{
"orderId": "string",
"orderName": "string",
"entityId": "string",
"entityName": "string",
"companyId": "string",
"companyName": "string",
"shopId": "string",
"shopName": "string",
"generateType": "人工创建",
"orderStatus": "0-待处理,1-已完结,-1已中止",
"creator": 0,
"creatorName": "string",
"clueNum": "string",
"clueListIds": [
"string"
],
"evidenceNum": "string",
"evidenceListIds": [
"string"
],
"processBy": "string",
"processedName": "string",
"createTime": "string",
"discontinueReason": "string",
"processResult": "0-中止,1-无违规行为,2-证据不充足,待定,3-证据充分",
"processResultName": "0-中止,1-无违规行为,2-证据不充足,待定,3-证据充分",
"processDesc": "string",
"evidenceChainId": "string",
"processDocumentId": "string",
"updateType": "string",
"clueId": "string",
"evidenceId": "string",
"processTime": "string",
"taskDealNum": "string"
}curl --location --request POST '/admin-api/inspection/work/order/discontinueWorkOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"orderName": "string",
"entityId": "string",
"entityName": "string",
"companyId": "string",
"companyName": "string",
"shopId": "string",
"shopName": "string",
"generateType": "人工创建",
"orderStatus": "0-待处理,1-已完结,-1已中止",
"creator": 0,
"creatorName": "string",
"clueNum": "string",
"clueListIds": [
"string"
],
"evidenceNum": "string",
"evidenceListIds": [
"string"
],
"processBy": "string",
"processedName": "string",
"createTime": "string",
"discontinueReason": "string",
"processResult": "0-中止,1-无违规行为,2-证据不充足,待定,3-证据充分",
"processResultName": "0-中止,1-无违规行为,2-证据不充足,待定,3-证据充分",
"processDesc": "string",
"evidenceChainId": "string",
"processDocumentId": "string",
"updateType": "string",
"clueId": "string",
"evidenceId": "string",
"processTime": "string",
"taskDealNum": "string"
}'{
"code": 0,
"data": {},
"msg": "string"
}