1 Star 0 Fork 1

可乐烛光烟/go-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
openapi.go 840 Bytes
一键复制 编辑 原始数据 按行查看 历史
可乐烛光烟 提交于 2022-11-09 00:21 . Initial commit
/*
* @Author: i@rysa.cn
* @Date: 2022-05-14 16:37:54
* @LastEditTime: 2022-05-14 16:38:01
* @LastEditors: i@rysa.cn
* @Description:
* @FilePath: \go-utils\wechat\mp\params\openapi.go
*/
package params
type CheckQuota struct {
Errcode int `json:"errcode"`
Errmsg string `json:"errmsg"`
Quota Quota `json:"quota,omitempty"`
}
type Quota struct {
DailyLimit int `json:"daily_limit"`
Used int `json:"used"`
Remain int `json:"remain"`
}
type CheckRid struct {
Errcode int `json:"errcode"`
Errmsg string `json:"errmsg"`
Request RidRequest `json:"request"`
}
type RidRequest struct {
InvokeTime string `json:"invoke_time"`
CostInMs string `json:"cost_in_ms"`
RequestUrl string `json:"request_url"`
RequestBody string `json:"request_body"`
ResponseBody string `json:"response_body"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rysa/go-utils.git
git@gitee.com:rysa/go-utils.git
rysa
go-utils
go-utils
v1.0.12

搜索帮助