|
|
@ -103,8 +103,8 @@ func (u *user) Disable(ctx context.Context, userId uint) error {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ArgsUserServiceInfo struct {
|
|
|
|
type ArgsUserServiceInfo struct {
|
|
|
|
ServiceId uint // 服务id
|
|
|
|
ServiceId serviceId // 服务id
|
|
|
|
AppKey string // 渠道appKey
|
|
|
|
AppKey string // 渠道appKey
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type ReplyUserServiceInfo struct {
|
|
|
|
type ReplyUserServiceInfo struct {
|
|
|
|
CustomerId uint `json:"customerId"`
|
|
|
|
CustomerId uint `json:"customerId"`
|
|
|
|