Merge branch 'master' of git.oa00.com:supply-chain/service

finance
黄伟 2 years ago
commit b9dd13ab52

@ -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"`
} }

Loading…
Cancel
Save