文档
测试

提现页面

POST
http://192.168.1.222/member/api.withdraw/withdrawal_page

请求参数

参数名
类型
描述
必填
apitoken
string
示例:T7UDDTac17d8a48126ac3ddd82489b35c0cd32PUNW2Cjj
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
withdraw_min_money
string
提现最小金额 示例:10
必填
withdraw_max_money
string
提现最大金额 示例:2000
必填
withdraw_fee
string
提现手续费比例 =_=百分比 示例:0.5
必填
withdraw_fee_min
string
最小提现手续费 示例:5
必填
withdraw_fee_max
string
最大提现手续费示例:200
必填
find
object
提现帐号 数据字典
必填
account_id
int
提现标识 示例:38
必填
type
string
set('bank','alipay','weixin') 银行卡 支付宝 微信 示例:weixin
必填
bank_name
string
银行名称 示例:
必填
bank_code
string
银行代号 示例:
必填
user_name
string
帐号 示例:帐号姓名2
必填
account
string
卡号,微信号,支付宝帐号 示例:13123123001
必填
mobile
string
手机号 示例:
必填
img
string
微信收款码,银行卡图片 示例:http://192.168.1.222/upload/image/20210609/1623202861313.gif
必填
str4
string
银行卡号隐藏中间4位 示例:
必填
cardType
string
银行卡类型 $card_type = [ 'DC' => '储蓄卡', 'CC' => '信用卡', 'SCC' => '准贷记卡', 'PC' => '预付费卡', ]; 示例:
必填
list
array
数据列表
必填
user
obj
帐号 数据字典
必填
account
obj
帐号金额 数据字典
必填
user_id
int
用户标识
必填
balance_money
str
用户余额
必填
use_integral
str
用户积分
必填
planet_currency
str
星球币
必填
buy_money
str
购物金
必填
is_set_pwd
int
是否设置支付密码
必填
withdraw_num
int
单日提现次数
必填
code
int
示例:1
必填
msg
string
示例:Success.
必填

说明 / 示例

``` { "data": { "withdraw_min_money": "10", "withdraw_max_money": "2000", "withdraw_fee": "0.5", "withdraw_fee_min": "5", "withdraw_fee_max": "200", "find": { "account_id": 38, "type": "weixin", "bank_name": "", "bank_code": "", "user_name": "帐号姓名2", "account": "13123123001", "mobile": "", "img": "http://192.168.1.222/upload/image/20210609/1623202861313.gif", "str4": "", "cardType": "" }, "user": { "account": { "user_id": 29889, "total_dividend": "1100.00", "total_integral": "9420.00", "balance_money": "991690.00", "use_integral": "11010.00", "bean_value": "0.00", "update_time": 1624206877, "is_first_update": 0, "planet_currency": "0.00", "buy_money": "0.00" } }, "list": [] }, "code": 1, "msg": "Success." } ```