{
"id": "string",
"acceptId": "string",
"applyName": "string",
"applyNameImg": "string",
"applyIdCard": "string",
"totalPage": 0,
"totalPiece": 0,
"totalSheet": 0,
"unit": "string",
"price": 0,
"rulePayAmount": 0,
"payAmount": 9999999999.99,
"shouldPayAmount": 0,
"pageType": 0,
"applyReason": "string",
"detailList": [
{
"type": 0,
"visitId": "string",
"emrId": "string",
"emrName": "string",
"page": 0,
"piece": 0
}
],
"fileType": 0,
"printType": 0,
"status": 0,
"refundFlag": 0,
"filePathList": [
"string"
],
"applyStatus": 0
}
curl --location --request POST '/mrm-print/statusChange' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"acceptId": "string",
"applyName": "string",
"applyNameImg": "string",
"applyIdCard": "string",
"totalPage": 0,
"totalPiece": 0,
"totalSheet": 0,
"unit": "string",
"price": 0,
"rulePayAmount": 0,
"payAmount": 9999999999.99,
"shouldPayAmount": 0,
"pageType": 0,
"applyReason": "string",
"detailList": [
{
"type": 0,
"visitId": "string",
"emrId": "string",
"emrName": "string",
"page": 0,
"piece": 0
}
],
"fileType": 0,
"printType": 0,
"status": 0,
"refundFlag": 0,
"filePathList": [
"string"
],
"applyStatus": 0
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": {}
}