|
|
@@ -55,7 +55,7 @@ type CentralKitchenForSchoolUserUpdateReq struct { |
|
|
|
|
|
|
|
type CentralKitchenForSchoolUserUpdateReqV2 struct { |
|
|
|
Uid int `json:"uid" binding:"required" label:"用户id"` |
|
|
|
Nickname string `json:"nickname" binding:"required" label:"支付宝昵称"` |
|
|
|
Nickname string `json:"nickname" label:"支付宝昵称"` |
|
|
|
Phone string `json:"phone" binding:"required" label:"手机号"` |
|
|
|
BindUserIdentities []struct { |
|
|
|
EnterpriseId int `json:"enterprise_id" label:"企业id"` |
|
|
|