修改字段类型

finance
杨赟 2 years ago
parent a4de968985
commit 7308e174fe

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

Loading…
Cancel
Save