Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aidapidesign
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
document
aidapidesign
Commits
c56cdd39
Commit
c56cdd39
authored
Jun 26, 2019
by
lichaogang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add get servertime
parent
fb1182d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
2 deletions
+40
-2
15_terminal_remote_cmd.md
idapidesign/v1/app/15_terminal_remote_cmd.md
+2
-2
19_get_server_time.md
idapidesign/v1/app/19_get_server_time.md
+38
-0
No files found.
idapidesign/v1/app/15_terminal_remote_cmd.md
View file @
c56cdd39
...
...
@@ -23,7 +23,7 @@ API请求参数
cmd 上传命令
backup 上传备份数据 params
月份,如果为空就是当前月份,允许多个月份上传用逗号隔开(6,7,8)上传六七八月份的数据
backup 上传备份数据 params
如果为空,上传最近一年数据,如果传某个月的数据,例如 2019.6
log 上传log params 月份,同上
### Example
...
...
@@ -42,7 +42,7 @@ cmd 上传命令
{
"cmdId":1111
"cmd": "backup",
"params": "
1
",
"params": "
2019.6
",
"cmdTime":18910265201,
}
],
...
...
idapidesign/v1/app/19_get_server_time.md
0 → 100644
View file @
c56cdd39
# 获取学生信息
## 修改记录
## 接口定义
/v1/get_server_time
GET
## Request
API请求参数
### Head
### Form Parameters
## Response
### Example
**Command**
curl -X GET
\
http://localhost:8080/v1/get_server_time
**Output**
{
"data": 1552012800,
"errno": 200,
"msg": "success"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment