Commit eda82fa3 by 段启岩

新增:邮箱注册,邮箱激活,修改密码登录为账号登录

parent 8f3ce704
......@@ -120,7 +120,19 @@ GET /api/my/blacklist
DELETE /api/my/blacklist/{userId}
```
###### :white_check_mark: 21.邮箱注册
```
POST /api/user/register/email
```
###### :white_check_mark: 22.账号激活
```
POST /api/user/active/{activeCode}
```
######
### 二、认证
......
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