文档
测试

选择提现板块

POST
http://sczs9x.natappfree.cc/app/withdraw/selectWithdrawType

接口描述

选择完之后 提现页面的提现板块那里展示 选择提现板块层选中的提现板块的文字 然后自己把可提现金额 withdraw_type带到页面 点击全部提现 把可提现金额 填到下面的提现金额处 withdraw_type是提现提交的接口需要使用

请求参数

参数名
类型
描述
必填
user_id
string
示例:0d407315a722406f804944b36b912bc1
必填
sign
string
示例:9559b966fa2081565ced1e0ddcad1db5
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
withdraw_type_list
array
提现板块列表
必填
withdraw_type
int
提现板块 示例:8
必填
withdraw_balance
float
提现板块可提现金额 示例:0.1
必填
withdraw_type_name
string
提现板块名称 示例:全民奖
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "withdraw_type_list": [ { "withdraw_type": 8, "withdraw_balance": 0.1, "withdraw_type_name": "全民奖" }, { "withdraw_type": 3, "withdraw_balance": 100.22, "withdraw_type_name": "跨境海淘" }, { "withdraw_type": 2, "withdraw_balance": 100.22, "withdraw_type_name": "快捷收款" }, { "withdraw_type": 1, "withdraw_balance": 100.22, "withdraw_type_name": "智能还款" }, { "withdraw_type": 4, "withdraw_balance": 100.22, "withdraw_type_name": "POS支付" }, { "withdraw_type": 5, "withdraw_balance": 49.5, "withdraw_type_name": "平台补贴" }, { "withdraw_type": 6, "withdraw_balance": 49.5, "withdraw_type_name": "高佣办卡" }, { "withdraw_type": 7, "withdraw_balance": 99.9, "withdraw_type_name": "积分兑换" }, { "withdraw_type": 9, "withdraw_balance": 99.9, "withdraw_type_name": "事业金" }, { "withdraw_type": 10, "withdraw_balance": 50.05, "withdraw_type_name": "私董会" }, { "withdraw_type": 11, "withdraw_balance": 50.05, "withdraw_type_name": "城主争霸" } ] } }