说明
app 首页数据统计
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/get_my_data |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{ "status": 1, "message": "数据请求成功", "data": { "sub_user_count": "10", "store_count": "38", "new_store_count": "0", "new_sub_user_count": "-2", "day_order": "0", "old_day_order": "0", "month_order": "0" } }| 参数 | 说明 | | :--- | :--- | | sub_user_count | 总下级代理数 | | store_count | 总门店数量 | | new_store_count | 新增加门店数量 | | new_sub_user_count | 新增加下级数量 | | day_order | 今日 | | old_day_order | 昨日 | | month_order | 本月 |
失败请求示例
{ "msg":"无效参数", "status":0 }