{
"payId": "string",
"openId": "string",
"bizPayNo": "string",
"sysType": 0,
"payStatus": 0,
"payAmount": 0,
"callbackContent": "string",
"callbackTime": "2019-08-24T14:15:22Z",
"confirmTime": "2019-08-24T14:15:22Z",
"userId": 0,
"payType": 0,
"outTradeNo": "string",
"tradeType": "string",
"deviceType": 0,
"isSign": 0,
"requestSerial": 0,
"rechargeConfigId": 0,
"isAutomaticRenewal": "Y",
"externalAgreementNo": "string",
"rechargeVipType": 0,
"pigCoin": 0,
"rechargeType": 0,
"originalTransactionId": "string",
"productId": "string",
"sysRechargeDay": 0,
"friendUserId": 0,
"beginCreateTime": "2019-08-24T14:15:22Z",
"endCreateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
}
}
curl --location --request POST 'https://test-api.yunjishop.cn/payment/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"payId": "string",
"openId": "string",
"bizPayNo": "string",
"sysType": 0,
"payStatus": 0,
"payAmount": 0,
"callbackContent": "string",
"callbackTime": "2019-08-24T14:15:22Z",
"confirmTime": "2019-08-24T14:15:22Z",
"userId": 0,
"payType": 0,
"outTradeNo": "string",
"tradeType": "string",
"deviceType": 0,
"isSign": 0,
"requestSerial": 0,
"rechargeConfigId": 0,
"isAutomaticRenewal": "Y",
"externalAgreementNo": "string",
"rechargeVipType": 0,
"pigCoin": 0,
"rechargeType": 0,
"originalTransactionId": "string",
"productId": "string",
"sysRechargeDay": 0,
"friendUserId": 0,
"beginCreateTime": "2019-08-24T14:15:22Z",
"endCreateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
}
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}