|
@@ -221,7 +221,7 @@ type UserDelReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type WorkDesktopMenuInfoReq struct {
|
|
type WorkDesktopMenuInfoReq struct {
|
|
- Platform string `json:"platform,default=PC"`
|
|
|
|
|
|
+ Platform string `json:"platform,default=PC,options=PC|WX|APP"`
|
|
UserId string `header:"userId"`
|
|
UserId string `header:"userId"`
|
|
AppId string `header:"appId"`
|
|
AppId string `header:"appId"`
|
|
Phone string `header:"phone,optional"`
|
|
Phone string `header:"phone,optional"`
|
|
@@ -229,7 +229,7 @@ type WorkDesktopMenuInfoReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type WorkDesktopComprehensiveReq struct {
|
|
type WorkDesktopComprehensiveReq struct {
|
|
- Platform string `json:"platform,default=PC"`
|
|
|
|
|
|
+ Platform string `json:"platform,default=PC,options=PC|WX|APP"`
|
|
UserId string `header:"userId"`
|
|
UserId string `header:"userId"`
|
|
AppId string `header:"appId"`
|
|
AppId string `header:"appId"`
|
|
Phone string `header:"phone,optional"`
|
|
Phone string `header:"phone,optional"`
|
|
@@ -246,7 +246,7 @@ type CommonResp struct {
|
|
}
|
|
}
|
|
|
|
|
|
type WorkDesktopClearUserInfo struct {
|
|
type WorkDesktopClearUserInfo struct {
|
|
- Platform string `json:"platform,default=PC"`
|
|
|
|
|
|
+ Platform string `json:"platform,default=PC,options=PC|WX|APP"`
|
|
UserId string `header:"userId"`
|
|
UserId string `header:"userId"`
|
|
AppId string `header:"appId"`
|
|
AppId string `header:"appId"`
|
|
UserIds string `json:"userIds,optional"`
|
|
UserIds string `json:"userIds,optional"`
|