简要描述:

  • 佣金提现(表单页)

请求URL:

POST:一级域名/index.phps=/wapapi/addons/execute/addons/microshop/controller/microshop/action/profitShow

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
  "data": {
    "website_id": 26,
    "withdrawals_type": [
      "3",
      "2",
      "4"
    ],
    "profit_calculation": "2",
    "profit_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,
    "profit": "11.33",
    "withdrawals": "0.00",
    "freezing_profit": "8.24",
    "make_withdraw": 0,
    "apply_withdraw": 0,
    "account_list": [],
    "set_password": 0
	"wx_openid": 0
  },
  "code": 0
}

错误时返回:

返回参数说明:

参数名 类型 说明
withdrawals_type number 提现类型2为微信3为支付宝4为余额 同时存在(提现类型有微信和有openid才能显示微信提现)
poundage number 收益个人所得税
withdrawals_min number 收益最低提现额度
profit number 可提现收益
set_password int 1:需要设置支付密码,0:不需要
wx_openid int 1:有openid,0:没有openid