{
"id": "string",
"orgId": "string"
}
curl --location --request POST '/mrm-print/createPay' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"orgId": "string"
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": {
"chargeId": "",
"chargeBatchNo": "",
"orgId": "",
"orgName": "",
"billDeptId": "",
"billDeptName": "",
"executeDeptId": "",
"executeDeptName": "",
"createUserName": "",
"totalSheet": 0,
"unit": "",
"price": 0.0
}
}