{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"withdrawId": 0,
"userId": 0,
"payAccount": "string",
"payRealName": "string",
"aliUserId": "string",
"idCard": "string"
}
curl --location --request PUT 'https://test-api.yunjishop.cn/member/userBindingWithdraw' \
--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": {}
},
"withdrawId": 0,
"userId": 0,
"payAccount": "string",
"payRealName": "string",
"aliUserId": "string",
"idCard": "string"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}