1 Star 1 Fork 0

窦雪峰 / go-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jssdk.go 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
窦雪峰 提交于 2022-05-14 16:57 . wechat mp
/*
* @Author: i@douxuefeng.cn
* @Date: 2022-05-14 16:37:17
* @LastEditTime: 2022-05-14 16:37:30
* @LastEditors: i@douxuefeng.cn
* @Description:
* @FilePath: \go-utils\wechat\mp\params\jssdk.go
*/
package params
type JsapiTicket struct {
Errcode int `json:"errcode"`
Errmsg string `json:"errmsg"`
Ticket string `json:"ticket"`
ExpiresIn int64 `json:"expires_in"`
}
type JsapiSignature struct {
Errcode int `json:"errcode"`
Errmsg string `json:"errmsg"`
AppId string `json:"appId"`
Timestamp int64 `json:"timestamp"`
NonceStr string `json:"noncestr"`
Signature string `json:"signature"`
JsapiTicket string `json:"jsapi_ticket"`
Url string `json:"url"`
}
Go
1
https://gitee.com/douxuefeng/go-utils.git
git@gitee.com:douxuefeng/go-utils.git
douxuefeng
go-utils
go-utils
v0.2.6

搜索帮助