{
"erpNo": "string"
}curl --location --request POST '/api/order/updateDelivered' \
--header 'Content-Type: application/json' \
--data-raw '{
"erpNo": "string"
}'{
"code": 0,
"message": "string",
"data": {},
"requestId": "string"
}