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