添加返回数据

finance
杨赟 2 years ago
parent c459660cbc
commit ef00e82254

@ -136,6 +136,7 @@ type ArgsUserServiceInfo struct {
}
type ReplyUserServiceInfo struct {
CustomerId uint `json:"customerId"`
AppKey string `json:"appKey"`
AppSecret string `json:"appSecret"`
ExpirationAt int64 `json:"expirationAt"`
}

Loading…
Cancel
Save