简要描述:
- 收益
请求URL:
POST:一级域名/index.php?s=/wapapi/addons/execute/addons/microshop/controller/microshop/action/myProfit
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"data": {
"profit": "0.00",
"total_money": "0.00",
"withdrawals": "0.00",
"apply_withdraw": "0.00",
"freezing_profit": "0.00"
},
"code": 0
}
错误时返回:
{
"code": -1,
"message": "系统繁忙"
}
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
profit | int | 可提现收益 | |
total_money | int | 累积收益 | |
withdrawals | int | 已提现收益 | |
apply_withdraw | int | 提现中收益 | |
freezing_profit | int | 冻结中收益 |