说明
数据统计-02
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/order_data |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{ "status": 1, "data": { "sub_user": "12.00", "sub_store": "10", "day_amount": "1930.00", "day_count": "123", "old_day_amount": "234.90", "old_day_count": "1231", "month_amount": "123234.00", "month_count": "1232", "old_month_amount": "12321.90", "old_month_count": "123" } }| 参数 | 说明 | | :--- | :--- | | sub_user | 总下级代理数 | | sub_store | 总门店数量 | | day_ | 今日 | | old_day_ | 昨日 | | month_ | 本月 | | old_month | 上月 |
失败请求示例
{ "msg":"无效参数", "status":0 }