{
"amount": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"id": 0,
"openid": "string",
"params": {},
"remark": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"withdrawStatus": 0
}
curl --location --request PUT '/api/trade/withdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"id": 0,
"openid": "string",
"params": {},
"remark": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"withdrawStatus": 0
}'
{
"property1": {},
"property2": {}
}