AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
**简要描述:** - 获取提现配置 **请求URL:** - `/shopapi/withdraw/getConfig` **请求方式:** - GET **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "able_withdraw": "40", "min_withdraw": 0, "max_withdraw": 0, "percentage": 0, "type": [ { "name": "余额", "value": 1 } ] } } ``` **返回参数:** |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |able_withdraw |decimal |可提现金额| |min_withdraw |decimal |最低提现金额| |max_withdraw |decimal |最高提现金额| |percentage |decimal |手续费百分比| |type |decimal |提现类型|