{
"amount":5,
"merchant_account_id":"",
"account_data":{},
"remark":""
}
curl --location --request POST '/adminapi/merchant/shop_withdraw/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount":5,
"merchant_account_id":"",
"account_data":{},
"remark":""
}'
{
"code": 0,
"msg": "ok",
"data": {
"filter_result": [
{
"role_id": 11,
"role_name": "南昌1",
"role_desc": "个人设置角色",
"authority_list": [
"all"
]
}
],
"filter": {
"keyword": "",
"page": 1,
"size": 15,
"sort_field": "role_id",
"sort_order": "desc"
},
"total": 7,
"errcode": 0,
"message": ""
}
}