Class VerificationCodeController


@Controller @RequestMapping("/verification-code") public class VerificationCodeController extends AbstractPageController
This controller show verification code page.
  • Constructor Details

    • VerificationCodeController

      public VerificationCodeController()
  • Method Details

    • getVerificationCode

      @GetMapping public String getVerificationCode(org.springframework.ui.Model model)
    • createVerificationCode

      @ResponseBody @GetMapping("/create-code") public void createVerificationCode(String mobileNumber)
    • checkMobileNumber

      @ResponseBody @GetMapping("/mobile/check") public String checkMobileNumber(String mobileNumber)