基本完成重置密码和忘记密码

This commit is contained in:
eson
2023-08-14 14:09:38 +08:00
parent ae07370214
commit 117330ee16
6 changed files with 52 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ service auth {
get /api/auth/reset/token(RequestUserResetToken) returns (response);
@handler UserResetPasswordHandler
post /api/auth/reset/password(RequestUserLogin) returns (response);
post /api/auth/reset/password(RequestUserResetPassword) returns (response);
}
type (