{
"serviceId": "string",
"flowNo": "string"
}
curl --location --request POST 'api.pre-qiandun365.com/api/open/corpCert/queryRemit2Corp' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceId": "string",
"flowNo": "string"
}'
{
"result": {
"process": "paid_success",
"flowNo": "string",
"serviceId": "string"
},
"code": "string",
"msg": "string",
"logKey": "string",
"ts": "string",
"success": true
}