简要描述:
- 佣金提现(表单页)
请求URL:
POST:一级域名/index.phps=/wapapi/addons/execute/addons/distribution/controller/distribution/action/commissionWithdraw_show
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"data": {
"website_id": 26,
"withdrawals_type": [
"3",
"2",
"4"
],
"commission_calculation": "2",
"commission_arrival": "2",
"withdrawals_check": "2",
"make_money": "1",
"withdrawals_min": "10",
"withdrawals_cash": "2000",
"withdrawals_begin": "1000",
"withdrawals_end": "2000",
"poundage": "10",
"withdraw_money": 11.33,
"commission": "11.33",
"withdrawals": "0.00",
"freezing_commission": "8.24",
"make_withdraw": 0,
"apply_withdraw": 0,
"account_list": [],
"set_password": 0,
"wx_openid": 0,
"is_datum":0
},
"code": 0
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
is_datum | int | 提现表单页判断,0和1直接提现,2需要提交资料 | |
withdrawals_type | number | 提现类型1为银行卡(自动)2为微信3为支付宝4为余额5为银行卡(手动)同时存在(提现类型有微信和有openid才能显示微信提现) 变更 -- 4银行卡(手动),5余额 | |
poundage | number | 佣金个人所得税 | |
withdrawals_min | number | 佣金最低提现额度 | |
commission | number | 可提现佣金 | |
set_password | int | 1:需要设置支付密码,0:不需要 | |
wx_openid | int | 1:有openid,0:没有openid |