1 Star 2 Fork 0

sofun520/facepp-go

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
facepp.go 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
李强 提交于 2025-09-10 14:26 +08:00 . first commit
package facepp
type FacePP struct {
ApiKey string
ApiSecret string
}
func NewFacePP(apiKey, apiSecret string) *FacePP {
return &FacePP{
ApiKey: apiKey,
ApiSecret: apiSecret,
}
}
type ApiErrResp struct {
Time_used int `json:"time_used"`
Error_message string `json:"error_message"`
Request_id string `json:"request_id"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sofun/facepp-go.git
git@gitee.com:sofun/facepp-go.git
sofun
facepp-go
facepp-go
7bb1fd4956a1

搜索帮助