多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 获取提现页面数据 **请求URL:** - `/shopapi/shop/getWithdrawInfo` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | |:----- |:----- | :----- |:----- | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "wallet": "200.00", "min_withdrawal_money": 10, "max_withdrawal_money": 200, "withdrawal_service_charge": 0.1, "bank_list": [ { "id": 2, "name": "工商银行", "branch": "广州支行", "nickname": "李四" } ] } } ``` **返回参数** |参数名 |类型 |说明 | |:----- |:----- | :----- |:----- | | wallet | float| 可提现余额| | min_withdrawal_money| float| 最低提现金额| | max_withdrawal_money| float| 最高提现金额| | withdrawal_service_charge| float| 可提现余额| | bank_list| array| 提现账户列表| | id| int| 账户id| | name| string| 银行名称| | branch| string| 支行名称| | nickname| string| 开户人|