|
@@ -222,15 +222,15 @@ type UserDelReq struct {
|
|
|
|
|
|
type WorkDesktopMenuInfoReq struct {
|
|
type WorkDesktopMenuInfoReq struct {
|
|
Platform string `json:"platform,optional"`
|
|
Platform string `json:"platform,optional"`
|
|
- UserId string `header:"userId,optional"`
|
|
|
|
- AppId string `header:"appId,optional"`
|
|
|
|
|
|
+ UserId string `header:"userId"`
|
|
|
|
+ AppId string `header:"appId"`
|
|
Phone string `header:"phone,optional"`
|
|
Phone string `header:"phone,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
type WorkDesktopComprehensiveReq struct {
|
|
type WorkDesktopComprehensiveReq struct {
|
|
Platform string `json:"platform,optional"`
|
|
Platform string `json:"platform,optional"`
|
|
- UserId string `header:"userId,optional"`
|
|
|
|
- AppId string `header:"appId,optional"`
|
|
|
|
|
|
+ UserId string `header:"userId"`
|
|
|
|
+ AppId string `header:"appId"`
|
|
Phone string `header:"phone,optional"`
|
|
Phone string `header:"phone,optional"`
|
|
MenuMode string `json:"menuMode,optional"`
|
|
MenuMode string `json:"menuMode,optional"`
|
|
MenuIds string `json:"menuIds,optional"`
|
|
MenuIds string `json:"menuIds,optional"`
|
|
@@ -245,7 +245,7 @@ type CommonResp struct {
|
|
|
|
|
|
type WorkDesktopClearUserInfo struct {
|
|
type WorkDesktopClearUserInfo struct {
|
|
Platform string `json:"platform,optional"`
|
|
Platform string `json:"platform,optional"`
|
|
- UserId string `header:"userId,optional"`
|
|
|
|
- AppId string `header:"appId,optional"`
|
|
|
|
- UserIds string `json:"userIds"`
|
|
|
|
|
|
+ UserId string `header:"userId"`
|
|
|
|
+ AppId string `header:"appId"`
|
|
|
|
+ UserIds string `json:"userIds,optional"`
|
|
}
|
|
}
|