Authorization: Bearer ********************
{
"orderOnceId": 0,
"type": 0
}
curl --location --request POST '/back/serviceOrder/repairCheck' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderOnceId": 0,
"type": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}