简要描述:

  • 代理佣金

请求URL:

POST:一级域名/index.php?s=/wapapi/addons/execute/addons/agent/controller/agent/action/myCommissiona

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	"data": {
		"commission": "0.00",
		"total_money": "0.00",
		"withdrawals": "0.00",
		"apply_withdraw": "0.00",
		"freezing_commission": "0.00"
	},
	"code": 0
}

错误时返回:

{
    "code": -1,
    "message": "系统繁忙"
}

返回参数说明:

参数名 类型 说明
commission int 可提现佣金
total_money int 累积佣金
withdrawals int 已提现佣金
apply_withdraw int 提现中佣金
freezing_commission int 冻结中佣金