We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b019c7 commit ec1adf2Copy full SHA for ec1adf2
README.md
@@ -11,7 +11,7 @@
11
## 二、规范
12
1. [内容编写规范](doc/copywriting.md)
13
2. [接口文档](doc/api.md)
14
-3. [Git 工作流]()
+3. [Git 工作流](doc/submitcode.md)
15
4. [项目进度管理](doc/projects.md)
16
17
## 三、加入我们
doc/api.md
@@ -469,6 +469,7 @@ PATH:`GET /api/v1/traffic/periodical/detail/`
469
比如:要请求 2019年11月16日 的数据,则 start_time 为 2019年11月16日00:00:00,end_time 为 2019年11月17日00:00:00
470
471
**Tips:** 默认返回昨天的数据,时间戳单位为秒。
472
+
473
**Tips:** 如果两者时间间隔超过30天,以开始时间为准,结束时间为开始时间往后推30天。
474
475
### 4.1 获取语言分类
0 commit comments