@@ -104,15 +104,19 @@ post /verification
### Parameters
-````ts
-interface
+```ts
+interface VerficationDTO {
+ phoneNumber: string;
+}
+```
+
## 修改密码
`STUDENT` `TEACHER`
```http
post /password/change
-````
@@ -132,17 +136,11 @@ interface EmptyData {
}
```
-{
-phoneNumber: string;
-}
-
## 注册
post /register
@@ -102,7 +102,7 @@ interface EmptyData {
`ADMIN`
-post /:userId/password/change
+post /:userId/password/reset
### Response