{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"withdrawRecordId": 0,
"userId": 0,
"exchangeType": 0,
"withdrawType": 0,
"withdrawPrice": 0,
"remark": "string",
"auditStatus": 0,
"withdrawStatus": 0,
"auditTime": "2019-08-24T14:15:22Z",
"payAccount": "string",
"payRealName": "string",
"idCard": "string",
"aliUserId": "string",
"outBizNo": "string",
"orderId": "string",
"payDate": "2019-08-24T14:15:22Z",
"transferType": 0,
"unionWithdrawType": 0,
"withdrawPigCoin": 0,
"withdrawRecordIds": [
0
],
"beginCreateTime": "string",
"endCreateTime": "string",
"withdrawTypes": [
0
],
"dictCode": "string",
"callbackContent": "string",
"callbackFailReason": "string",
"commissionRate": 0,
"commissionPrice": 0,
"withdrawTotalPrice": 0,
"withdrawChannel": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/userWithdrawRecord/offlineTransfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"withdrawRecordId": 0,
"userId": 0,
"exchangeType": 0,
"withdrawType": 0,
"withdrawPrice": 0,
"remark": "string",
"auditStatus": 0,
"withdrawStatus": 0,
"auditTime": "2019-08-24T14:15:22Z",
"payAccount": "string",
"payRealName": "string",
"idCard": "string",
"aliUserId": "string",
"outBizNo": "string",
"orderId": "string",
"payDate": "2019-08-24T14:15:22Z",
"transferType": 0,
"unionWithdrawType": 0,
"withdrawPigCoin": 0,
"withdrawRecordIds": [
0
],
"beginCreateTime": "string",
"endCreateTime": "string",
"withdrawTypes": [
0
],
"dictCode": "string",
"callbackContent": "string",
"callbackFailReason": "string",
"commissionRate": 0,
"commissionPrice": 0,
"withdrawTotalPrice": 0,
"withdrawChannel": 0
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": null
}