{
"orderNo": "string"
}curl --location --request POST '/payYoumeng/updateStatus' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string"
}'{
"message": "string",
"status": 0,
"data": true,
"code": null,
"msg": null,
"token": null
}