文档
测试

3️⃣ 我的收益√

POST
{{host}}/api/myinfo/income

接口描述

我的收益

请求头

参数名
类型
描述
必填
token
string
标识号
必填

请求参数

application/json
参数名
类型
描述
说明
必填
page
int
页码
不输入默认为1
必填

响应参数

application/json
参数名
类型
描述
说明
必填
code
int
0失败、1成功、401未授权
必填
time
int
10位时间戳
必填
msg
string
消息内容
必填
data
json(object)
可能为空(null)
必填
amount
int
待领取收益/可提现总金额
非会员/会员
必填
count
int
条目数量
必填
list
json(object)
必填
count
int
条目数量
必填
total
int
总页数
必填
currentPage
int
当前页码
必填
list
json(object)
必填
json(object)
必填
name
string
名称
必填
count
string
次数
非会员时显示
必填
score
string
元积分
必填
createtime
int
时间
必填

说明 / 示例

{ "code":0, "time":1234567890, "msg":"失败", "data":null } { "code":1, "time":1234567890, "msg":"成功", "data":{ "text":"这是html文本内容" } } { "code":401, "time":1234567890, "msg":"未登录", "data":null }