curl --location --request GET '/shopapi/withdraw/getConfig' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"able_withdraw": "40",
"min_withdraw": 0,
"max_withdraw": 0,
"percentage": 0,
"type": [
{
"name": "余额",
"value": 1
}
]
}
}