1
This commit is contained in:
@@ -65,10 +65,12 @@ type PreOrderResult struct {
|
||||
}
|
||||
|
||||
type AccessToken struct {
|
||||
AccessToken string `json:"access_token"` //token
|
||||
ExpiresIn int64 `json:"expires_in"` // 过期时间
|
||||
ErrNo int64 `json:"err_no"` // 错误码
|
||||
ErrTips string `json:"err_tips"` // 错误信息
|
||||
Data *struct {
|
||||
AccessToken string `json:"access_token"` //token
|
||||
ExpiresIn int64 `json:"expires_in"` // 过期时间
|
||||
} `json:"data"`
|
||||
ErrNo int64 `json:"err_no"` // 错误码
|
||||
ErrTips string `json:"err_tips"` // 错误信息
|
||||
}
|
||||
|
||||
// 退款
|
||||
|
||||
Reference in New Issue
Block a user