Class KaptchaRestController

java.lang.Object
com.bytedesk.core.kaptcha.KaptchaRestController

@RestController @RequestMapping("/kaptcha/api/v1") public class KaptchaRestController extends Object
  • Field Details

    • captchaProducer

      private final com.google.code.kaptcha.Producer captchaProducer
    • kaptchaCacheService

      private final KaptchaCacheService kaptchaCacheService
  • Constructor Details

    • KaptchaRestController

      public KaptchaRestController()
  • Method Details

    • getKaptcha

      @GetMapping("/get") public org.springframework.http.ResponseEntity<?> getKaptcha()
    • checkKaptcha

      @PostMapping("/check") public org.springframework.http.ResponseEntity<?> checkKaptcha(@RequestBody Map<String,String> map)