简要描述:
获取接口充值记录
请求域名:
- http://xx.com
请求URL:
POST/plugin.skin-check.admin.target.recharge-log
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
search[time_start] | 否 | string | 时间开始 |
search[time_end] | 否 | string | 时间结束 |
返回参数data说明:
参数名 | 类型 | 说明 |
---|---|---|
statistics.apiTotalCount | int | 总次数 |
statistics.apiTotalPrice | int | 总金额 |
statistics.apiTotalUsed | int | 使用次数 |
data.createdAt | int | 时间 |
data.apiCount | int | 充值次数 |
data.apiPrice | float | 金额 |
返回示例:
正确时返回的数据:
{
"result": 1,
"msg": "ok",
"data": {
"statistics": {
"apiTotalCount": "1000",
"apiTotalPrice": 100,
"apiTotalUsed": 12
},
"data": {
"total": 1,
"per_page": 20,
"current_page": 1,
"last_page": 1,
"next_page_url": null,
"prev_page_url": null,
"from": 1,
"to": 1,
"data": [
{
"id": 1,
"uniacid": 2,
"uid": 1306,
"apiCount": 1000,
"apiPrice": 100,
"orderSn": "",
"apiItemId": 1,
"apiItemDesc": "皮肤分析",
"endTime": "2021-10-28 15:05:45",
"createdAt": "2020-10-28 15:05:45"
}
]
}
}
}
错误时返回:
备注:
- 更多返回错误代码请看首页的错误代码描述