| 错误码 | 说明 |
|---|---|
| 22301 | order_no非法,对应工单不存在 |
| 22304 | staff_id非法,对应员工不存在 |
| 22305 | staff_id对应员工无处理本工单权限 |
| 22311 | component_type为select,checked,radio或selectMultiple时,必须填写values |
| 22312 | component_type为input或textarea时,必须填写value |
| 22316 | values非法,不在选项中 |
| 22318 | component_record_id非法 |
| 调用此接口需购买服务席位。 |
{
"order_no": "velit culpa",
"content": {
"text": "ut in est",
"pic": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
]
},
"title": "每下深",
"component_records": [
{
"component_id": "18",
"component_type": "reprehenderit culpa est",
"value": "sed nostrud deserunt"
}
]
}curl --location -g --request POST 'https://open.weibanzhushou.com/open-api/workorder/update?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_no": "velit culpa",
"content": {
"text": "ut in est",
"pic": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
]
},
"title": "每下深",
"component_records": [
{
"component_id": "18",
"component_type": "reprehenderit culpa est",
"value": "sed nostrud deserunt"
}
]
}'{}