变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-06-17 | fain mo | 上线 | |
公共模块V1.1.0 | 2024-08-17 | colin zheng | 创建工单后异步发送通知 |
code | msg | msg_cn |
---|---|---|
200505 | The work order type is invalid. | 工单类型非法 |
{
"description": null,
"operation_id": "null",
"operation_type": "null",
"server": "Y6656392",
"title": "你是真狠啊,往海里放毒",
"type": "operation",
"uuid": "I3242886"
}
curl --location --request POST '/client/work/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": null,
"operation_id": "null",
"operation_type": "null",
"server": "Y6656392",
"title": "你是真狠啊,往海里放毒",
"type": "operation",
"uuid": "I3242886"
}'
{
"code": 0,
"data": {
"id": "string",
"uuid": "string",
"server": "string",
"title": "string",
"description": "string",
"type": "string",
"status": "string",
"operationId": "string",
"operationType": "string",
"createTime": "string",
"isDeleted": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}