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 16:16:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4765059ff2d11701ff9061990dd0c23e1d003251
4765059f
1 parent
633400bc
Updated app日志查询 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
app日志查询.md
app日志查询.md
View file @
4765059
...
...
@@ -14,14 +14,14 @@
- 请求参数
| 参数 | 类型 | 是否必须 | 备注 |
| ------- | ---- | ------- | ------ |
| userId | long长整型 | √ | 用户标识 |
| event | 字符串 | √ | 事件 |
| startTime | long长整型 | √ | 开始时间 |
| endTime | long长整型 | √ | 结束时间 |
| size | int整型 | × | 返回结构中每页的数量 |
| page | int整型 | × | 页码,从0开始 |
| 参数 | 类型 | 是否必须 | 备注 |
| ------- | ---- | ------- | ------ |
| userId | long长整型 | √ | 用户标识 |
| event | 字符串 | √ | 事件 |
| startTime | long长整型 | √ | 开始时间 |
| endTime | long长整型 | √ | 结束时间 |
| size | int整型 | × | 返回结构中每页的数量 |
| page | int整型 | × | 页码,从0开始 |
...
...
Please
register
or
login
to post a comment