diff --git a/customer/user.go b/customer/user.go index 92fd31e..c319df4 100644 --- a/customer/user.go +++ b/customer/user.go @@ -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"` }