TODO: Email Valid Url

This commit is contained in:
eson
2023-07-24 19:43:56 +08:00
parent b43b5dbd59
commit a248c6cbeb
4 changed files with 26 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ service auth {
get /api/auth/oauth2/login/google(RequestGoogleLogin) returns (response);
@handler UserEmailRegisterHandler
get /api/auth/oauth2/login/register(RequestEmailRegister) returns (response);
get /api/auth/oauth2/register(RequestEmailRegister) returns (response);
}
// UserAddAddressHandler 用户登录请求结构