{
"apiCode": "string",
"merchantNo": "string",
"requestNo": "string",
"timestamp": "string",
"version": "string",
"sign": "string",
"bizModel": {
"batchNo": "string",
"outBatchNo": "string"
}
}
curl --location --request POST '/open/api/gateway.do' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiCode": "string",
"merchantNo": "string",
"requestNo": "string",
"timestamp": "string",
"version": "string",
"sign": "string",
"bizModel": {
"batchNo": "string",
"outBatchNo": "string"
}
}'
{
"code": 0,
"msg": "string",
"batchNo": "string",
"outBatchNo": "string",
"acctNo": "string",
"payApplyTime": "2019-08-24T14:15:22Z",
"deductionMethod": 0,
"taxBaseCode": "string",
"taxBaseName": "string",
"payChannelCode": "string",
"totalCount": 0,
"totalAmount": 0,
"successCount": 0,
"successAmount": 0,
"successServiceAmount": 0,
"status": 0
}