mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
调整结构体中CreateTime (#691)
* fix: 修改FollowInfo结构体中的tag标签为createtime * fix: 统一CreateTime为int64 * chore: format * chore: format
This commit is contained in:
@@ -40,8 +40,8 @@ type ResCode2Session struct {
|
||||
type RspCheckEncryptedData struct {
|
||||
util.CommonError
|
||||
|
||||
Vaild bool `json:"vaild"` // 是否是合法的数据
|
||||
CreateTime uint `json:"create_time"` // 加密数据生成的时间戳
|
||||
Vaild bool `json:"vaild"` // 是否是合法的数据
|
||||
CreateTime uint64 `json:"create_time"` // 加密数据生成的时间戳
|
||||
}
|
||||
|
||||
// Code2Session 登录凭证校验。
|
||||
|
||||
Reference in New Issue
Block a user