Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python-100-Days
Project
Project
Details
Activity
Releases
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
huangkq
Python-100-Days
Commits
4dde3810
Commit
4dde3810
authored
May 15, 2019
by
jackfrued
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新了部分文档和数据库代码
parent
0d2f0708
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3613 additions
and
2 deletions
+3613
-2
fangtx_create.sql
Day36-40/code/fangtx_create.sql
+253
-0
fangtx_init.sql
Day36-40/code/fangtx_init.sql
+3358
-0
网络API接口设计.md
Day91-100/网络API接口设计.md
+2
-2
No files found.
Day36-40/code/fangtx_create.sql
0 → 100644
View file @
4dde3810
This diff is collapsed.
Click to expand it.
Day36-40/code/fangtx_init.sql
0 → 100644
View file @
4dde3810
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Day91-100/网络API接口设计.md
View file @
4dde3810
...
...
@@ -46,7 +46,7 @@ API接口返回的数据通常都是JSON或XML格式,我们这里不讨论后
| 10003 | 评论已被删除 | 查看评论时评论因不和谐因素已被删除 |
| 10004 | …… | …… |
1.
**GET**
`/
comments/{article-id}
`
1.
**GET**
`/
articles/{article-id}/comments/
`
开发者:王大锤
...
...
@@ -95,7 +95,7 @@ API接口返回的数据通常都是JSON或XML格式,我们这里不讨论后
}
```
2.
**POST**
`/
comments/{article-id}
`
2.
**POST**
`/
articles/{article-id}/comments
`
开发者:王大锤
...
...
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