| 异常码 | 异常消息 | 异常解决方案 |
|---|---|---|
| -1 | 分组不存在 | 检查传入的group_id是否正确 |
{
"group_id": 0,
"group_name": "string",
"parent_id": null,
"owner_ids": null
}curl --location --request POST 'https://api-sandbox.xiaoman.cn/v1/company/pushGroup' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"group_name": "string",
"parent_id": null,
"owner_ids": null
}'{
"code": 0,
"msg": "success",
"now": "2022-04-11 16:33:40",
"data": {
"group_id": "3137319521"
}
}