简要描述:

  • 获取收益明细列表接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-02-26

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
page int 页码
pagesize int 条数
time string 时间,年月,2020-02,默认为当月

返回示例:

正确时返回:


{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "info": {
            "balance": "300.00",
            "month_balance": "400.00",
            "all_balance": "1000.00"
        },
        "profit_balance": 200,
        "list": [
            {
                "title": "订单收入",
                "where_price": "转入余额",
                "price": "100.00",
                "create_at": "2020-01-26 17:47:57"
            },
        ]
    }
}

错误时返回:

{
    "status": 0,
    "msg": "token过期"
}

data返回参数说明:

参数名 类型 说明
info object 钱包信息
profit_balance int 搜索总收益金额
list array 收益明细列表

info返回参数说明:

参数名 类型 说明
balance string 钱包余额
month_balance string 本月收益
all_balance string 总收益

list返回参数说明:

参数名 类型 说明
title string 标题
where_price string 备注
price string 收益金额
create_at string 收益时间

备注:

作者:admin  创建时间:2020-02-26 17:54
 更新时间:2025-03-14 18:21
上一篇:
下一篇: