简要描述:
- 项目详情更改成员
请求域名:
- https://dev8.yunzmall.com/business/1/
请求URL:
POST/plugin/project-manager/project/participantsSet
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 项目ID |
participants | 是 | array | 项目成员,可空数组 |
share | 是 | array | 共享企业,可空数组 |
参数:participants:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
user_id | 是 | int | 成员id |
参数:share:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
enterprise | 是 | int | 企业id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": []]
错误时返回:
{
"result": 0,
"msg": "创建失败",
"data": []
}
备注:
- 更多返回错误代码请看首页的错误代码描述