获取提现配置
GET
/adminapi/distribution.withdraw/getConfig请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
open
integer
必需
提现说明开关:1-开启;0-关闭
type
array[integer]
必需
提现方式:1-支付宝;2-微信零钱;3-微信收款码;4-支付宝收款码;
min_money
null
最低提现金额
max_money
null
最高提现金额
explain
null
提现说明
handling_fee
null
提现手续费
示例
成功示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"open": 1,
"type": [
1
],
"min_money": null,
"max_money": null,
"handling_fee": null,
"explain": null
}
}
最后修改时间: 8 个月前