fix
This commit is contained in:
@@ -33,10 +33,18 @@ service auth {
|
||||
|
||||
@handler UserResetPasswordHandler
|
||||
post /api/auth/reset/password(RequestUserResetPassword) returns (response);
|
||||
|
||||
@handler DebugAuthDeleteHandler
|
||||
post /api/debug/auth/delete(RequestAuthDelete) returns (response);
|
||||
}
|
||||
|
||||
type (
|
||||
|
||||
// RequestAuthDelete 用于debug
|
||||
RequestAuthDelete {
|
||||
Email string `json:"email"`
|
||||
}
|
||||
|
||||
// UserAddAddressHandler 用户登录请求结构
|
||||
RequestUserLogin {
|
||||
Email string `json:"email"`
|
||||
|
||||
Reference in New Issue
Block a user