💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**简要描述:** - 获取提现配置 **请求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 |提现类型|