🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**简要描述:** - 佣金提现页面信息 **请求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 |手续费百分比 | **备注**