From ef00e8225463b352b77bb3c67b6a5f5d56f4aa2d Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 16 Sep 2022 10:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/user.go | 1 + 1 file changed, 1 insertion(+) 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"` }