简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-10-15

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string token参数

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "today_price": "1000.00",
        "order_num_7": 3,
        "order_price_7": "2000.00",
        "all_price": "2000.00",
        "no_confirm": 2,
        "no_refund": 1
    }
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明
today_price string 今日收益
order_num_7 int 7日成功订单数
order_price_7 string 7日收益数
all_price string 总收益
no_confirm int 待确认数
no_refund int 待退款数

备注:

作者:admin  创建时间:2020-10-15 09:35
 更新时间:2025-04-10 15:43
上一篇:
下一篇: