Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
梁海波
2016-08-09 15:36:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a0fc4590c55f5e131619be74a7f2cefe71c0f21
4a0fc459
1 parent
bca78a91
Updated app日志查询 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
app日志查询.md
app日志查询.md
View file @
4a0fc45
...
...
@@ -4,13 +4,23 @@
### mongo查询接口
-
埋点日志查询
1.
埋点日志查询
` 查询结果是分页查询,默认是查询20条每页,最大支持2000条每页,查询超时时间是5秒,5秒钟mongo没有返回结果则超时 `
请求地址
`http://120.27.244.103:9301/api/log/query/condition`
请求参数
| 参数 | 类型 | 是否必须 | 备注 |
| userId | long长整型 | √ | 用户标识 |
| event | 字符串 | √ | 事件 |
| startTime | long长整型 | √ | 开始时间 |
| endTime | long长整型 | √ | 结束时间 |
\ No newline at end of file
| 参数 | 类型 | 是否必须 | 备注 |
| ------- | ---- | ------- | ------ |
| userId | long长整型 | √ | 用户标识 |
| event | 字符串 | √ | 事件 |
| startTime | long长整型 | √ | 开始时间 |
| endTime | long长整型 | √ | 结束时间 |
| size | int整型 | × | 返回结构中每页的数量 |
| page | int整型 | × | 页码,从0开始 |
...
...
Please
register
or
login
to post a comment