|
@@ -236,7 +236,7 @@ type UserDelReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type WorkDesktopMenuInfoReq struct {
|
|
type WorkDesktopMenuInfoReq struct {
|
|
- Platform string `json:"platform,default=PC,options=PC|WX|APP"`
|
|
|
|
|
|
+ Platform string `json:"platform,default=PC,options=PC|WX|APP|H5"`
|
|
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 WorkDesktopMenuInfoReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type WorkDesktopComprehensiveReq struct {
|
|
type WorkDesktopComprehensiveReq struct {
|
|
- Platform string `json:"platform,default=PC,options=PC|WX|APP"`
|
|
|
|
|
|
+ Platform string `json:"platform,default=PC,options=PC|WX|APP|H5"`
|
|
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"`
|
|
@@ -265,7 +265,7 @@ type CommonResp struct {
|
|
}
|
|
}
|
|
|
|
|
|
type WorkDesktopClearUserInfo struct {
|
|
type WorkDesktopClearUserInfo struct {
|
|
- Platform string `json:"platform,default=PC,options=PC|WX|APP"`
|
|
|
|
|
|
+ Platform string `json:"platform,default=PC,options=PC|WX|APP|H5"`
|
|
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"`
|