{
"orderId": "string",
"clueId": "string",
"clueListIds": [
"string"
],
"evidenceId": "string",
"evidenceListIds": [
"string"
],
"updateType": "1新增线索/2引用线索/3移除线索/4引用证据/5线索转化为证据/6调查任务转线索/7调查任务转证据/12移除证据",
"removeReason": "string",
"transferReason": "string"
}curl --location --request POST '/admin-api/inspection/work/order/updateClueAndEvidenceId' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"clueId": "string",
"clueListIds": [
"string"
],
"evidenceId": "string",
"evidenceListIds": [
"string"
],
"updateType": "1新增线索/2引用线索/3移除线索/4引用证据/5线索转化为证据/6调查任务转线索/7调查任务转证据/12移除证据",
"removeReason": "string",
"transferReason": "string"
}'{
"code": 0,
"data": {},
"msg": "string"
}