TASK:Global Award邮箱验证
This commit is contained in:
@@ -47,8 +47,8 @@ public class GlobalAwardController {
|
||||
}
|
||||
|
||||
@GetMapping("/checkCode")
|
||||
public Response<CheckOTPVO> checkOTP(@RequestParam("email") String email, @RequestParam("code") String code) {
|
||||
return Response.success(globalAwardService.checkOTP(email, code));
|
||||
public Response<CheckOTPVO> checkCode(@RequestParam("email") String email, @RequestParam("code") String code) {
|
||||
return Response.success(globalAwardService.checkCode(email, code));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user