|
@@ -59,8 +59,8 @@ type SetReadReq struct {
|
|
|
EntId string `header:"entId,optional"`
|
|
|
EntUserId string `header:"entUserId,optional"`
|
|
|
DeptId string `header:"deptId,optional"` //部门id
|
|
|
- Vsid string `json:"vsid"`
|
|
|
+ Vsid int64 `form:"vsid"`
|
|
|
NewUserId int64 `header:"newUserId"`
|
|
|
- IsEnt bool `json:"isEnt,optional"`
|
|
|
+ IsEnt bool `form:"isEnt,optional"`
|
|
|
UserType string `path:"userType,optional"`
|
|
|
}
|