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