简要描述:
已返佣金
请求域名:
- http://xx.com
请求路由:
route=plugin.phone-bill-recharge.frontend.return-balance-record.returned
请求参数说明:
参数名 | 类型 | 是否必填 | 说明 |
---|---|---|---|
return_balance_id | int | 是 | 返还id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"uniacid": 1,
"date": "2024-03-01",
"status": 1,
"return_balance_id": 3,
"balance": "10.00"
}
],
"first_page_url": "http://localhost/addons/yun_shop/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost/addons/yun_shop/api.php?page=1",
"next_page_url": null,
"path": "http://localhost/addons/yun_shop/api.php",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
data.date | int | 充值日期 |
data.balance | string | 已返还金额 |