文档
测试

我的图标更改接口

POST
http://[port]:[port]/insoApp/insoApp/my/page/update

请求参数

参数名
类型
描述
必填
enterpriseId
int
企业ID
必填
iconId
int
图标ID
必填
type
int
类型(0:全部员工 1:部分员工 2:管理员)
必填
usersId
string
用户ID集合(当type=1时需使用)
必填

响应参数

参数名
类型
描述
必填
code
int
执行结果代码
必填
message
string
执行结果信息
必填
data
json
响应数据
必填

请求示例

``` { "enterpriseId":15, "iconId":118, "type":0, } type=1时 { "enterpriseId":15, "iconId":119, "type":1, "usersId":"1,2,3" }

响应示例

``` { "msg": "SUCCEED", "code": 200 }