{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"userId": 0,
"userOrderCode": "string",
"orderType": "string",
"payMode": "string",
"payType": "string",
"payAmount": 0,
"practicalAmount": 0,
"payInstructions": "string",
"payTime": "2019-08-24T14:15:22Z",
"isDelete": "string"
}
curl --location --request POST '/appMark/payment/record' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"userId": 0,
"userOrderCode": "string",
"orderType": "string",
"payMode": "string",
"payType": "string",
"payAmount": 0,
"practicalAmount": 0,
"payInstructions": "string",
"payTime": "2019-08-24T14:15:22Z",
"isDelete": "string"
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}