浏览代码

update

add_mode
DengBiao 1年前
父节点
当前提交
26c285358d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/admin/md/md_enterprise_manage.go

+ 1
- 1
app/admin/md/md_enterprise_manage.go 查看文件

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


正在加载...
取消
保存