多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 佣金提现页面信息 **请求URL:** - `api/withdraw/config` **请求方式:** - get **参数:** |参数名 |是否必选 |类型 |说明 | |:--|:--|:--|:--| **返回示例** ``` { "code": 1, "msg": "", "data": { "able_withdraw": 0, "min_withdraw": 1, "max_withdraw": 10, "poundage_percent": 0.01 }, "show": 0, "time": "0.277969" } ``` **返回参数说明** |参数名 |类型 |说明 | |:--|:--|:--| |able_withdraw |float |可提现佣金 | |min_withdraw |float |最低提现金额 | |max_withdraw |float |最高提现金额 | |poundage_percent |float |手续费百分比 | **备注**