Commit 781838fe by 段启岩

修改API.md:将资讯修改为Content

parent 4be4da4b
...@@ -582,16 +582,16 @@ GET /api/post/{postId}/comments ...@@ -582,16 +582,16 @@ GET /api/post/{postId}/comments
### 十一、资讯 ### 十一、CMS
###### 1.资讯详情 ###### 1.内容详情
``` ```
GET /api/news/{newsId} GET /api/content/{contentId}
``` ```
###### 2.资讯列表 ###### 2.内容列表
``` ```
GET /api/news GET /api/channel/{channelId}/contents
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment