简要描述:
- 充值记录接口
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2020-03-17 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 是 | int | 页码 |
pagesize | 是 | int | 条数 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"list": [
{
"record_id": 46,
"type": 1,
"remark": "阅读币+1",
"create_at": "2020-06-12 15:10:51",
"price": "0.00",
"reading_currency": 0
}
],
"page": 1,
"pagesize": 1,
"total": 5
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "token过期"
}
list返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
record_id | int | 记录id |
type | int | 类型 1=自己充值阅读币reading_currency,5=自己充值人气票 |
remark | string | 备注 |
create_at | string | 创建时间 |
price | string | 价格 |
reading_currency | int | 充值的阅读币 |
备注:
- 无
作者:admin 创建时间:2020-06-12 20:56
更新时间:2025-05-24 17:35
更新时间:2025-05-24 17:35