Commit e100b93d by 段启岩

修改API

parent 118af37e
......@@ -108,6 +108,18 @@ GET /api/user/elite
GET /api/user/hotBloggers
```
###### 19.我的黑名单
```
GET /api/my/blacklist
```
###### 20.取消拉黑
```
DELETE /api/my/blacklist/{userId}
```
### 二、认证
......@@ -206,6 +218,14 @@ GET /api/topic/hots
GET /api/topic/recommends
```
###### :white_check_mark: 12.取消关注话题
```
DELETE /api/topic/{topicId}/follower
```
######
### 四、标签
###### :white_check_mark: 1.创建标签
......
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