|
@@ -73,7 +73,7 @@ type GetKeyReq struct {
|
|
EntUserId string `header:"entUserId,optional"`
|
|
EntUserId string `header:"entUserId,optional"`
|
|
DeptId string `header:"deptId,optional"` //部门id
|
|
DeptId string `header:"deptId,optional"` //部门id
|
|
NewUserId int64 `header:"newUserId"`
|
|
NewUserId int64 `header:"newUserId"`
|
|
- IsEnt bool `form:"IsEnt,optional"`
|
|
|
|
|
|
+ IsEnt bool `form:"isEnt,optional"`
|
|
UserType string `path:"userType,optional"`
|
|
UserType string `path:"userType,optional"`
|
|
VipPower int64 `form:"ent_buy_vip ,optional"`
|
|
VipPower int64 `form:"ent_buy_vip ,optional"`
|
|
MemberPower int64 `form:"ent_buy_member ,optional"`
|
|
MemberPower int64 `form:"ent_buy_member ,optional"`
|