简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-12-31

请求URL:

请求方式:

  • GET

请求头:

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

参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "today_price": 0,
        "order_num_7": 7,
        "order_price_7": 493,
        "all_price": 493,
        "no_confirm": 0,
        "no_refund": 0
    }
}

错误时返回:

{
    "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-12-31 15:55
 更新时间:2025-04-01 15:40