curl --location --request POST '/shopapi/shop/withdraw' \ --data-urlencode 'money=' \ --data-urlencode 'bank_id='
{ "code": 1, "show": 0, "msg": "提现成功", "data": [] }