Commit 08a40aa6 by 段启岩

更新API

parent 7a78f465
......@@ -676,6 +676,7 @@ GET /api/mail/verifyCode
```
### 十三、消息
###### 1.获取我的消息
......@@ -684,7 +685,7 @@ GET /api/mail/verifyCode
GET /api/my/messages
```
###### 2.获消息详情
###### 2.获消息详情
```
GET /api/message/{messageId}
......@@ -701,3 +702,25 @@ PUT /api/message/{messageId}/read
```
PUT /api/messages/read
```
### 十四、类别
###### 1.获取博客分类
```
GET /api/bolg/categories
```
###### 2.获取项目分类
```
GET /api/project/categories
```
###### 3.获取问题分类
```
GET /api/question/categories
```
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