| 异常码 | 异常消息 | 异常解决方案 |
|---|---|---|
| 404 | 分类设置不存在 | 检查客户阶段ID传入是否有误 |
{
"trail_id": 0,
"trail_name": "string",
"trail_color": null
}curl --location --request POST 'https://api-sandbox.xiaoman.cn/v1/company/pushTrail' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"trail_id": 0,
"trail_name": "string",
"trail_color": null
}'{
"code": 0,
"msg": "success",
"now": "2022-04-11 16:33:40",
"data": {
"trail_id": "3137319521"
}
}