Showing
1 changed file
with
16 additions
and
0 deletions
app日志查询.md
0 → 100644
1 | +# [Home] (https://github.com/boxfish-project/wiki/wiki/) | ||
2 | + | ||
3 | +## [日志查询] (https://github.com/boxfish-project/wiki/wiki/%E6%97%A5%E5%BF%97%E6%9F%A5%E8%AF%A2) | ||
4 | + | ||
5 | +### mongo查询接口 | ||
6 | + | ||
7 | +- 埋点日志查询 | ||
8 | + | ||
9 | + 请求地址 | ||
10 | + `http://120.27.244.103:9301/api/log/query/condition` | ||
11 | + 请求参数 | ||
12 | + | 参数 | 类型 | 是否必须 | 备注 | | ||
13 | + | userId | long长整型 | √ | 用户标识 | | ||
14 | + | event | 字符串 | √ | 事件 | | ||
15 | + | startTime | long长整型 | √ | 开始时间 | | ||
16 | + | endTime | long长整型 | √ | 结束时间 | |
-
Please register or login to post a comment