From 7308e174fe7b19e3e4bf39a623e5bcf57fa3eb0d Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 27 Jul 2022 18:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/user.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/user.go b/customer/user.go index f0a79e5..d63be1b 100644 --- a/customer/user.go +++ b/customer/user.go @@ -103,8 +103,8 @@ func (u *user) Disable(ctx context.Context, userId uint) error { } type ArgsUserServiceInfo struct { - ServiceId uint // 服务id - AppKey string // 渠道appKey + ServiceId serviceId // 服务id + AppKey string // 渠道appKey } type ReplyUserServiceInfo struct { CustomerId uint `json:"customerId"`