类 SecureCaptchaRest


  • @RestController
    @RequestMapping("api/captcha")
    public class SecureCaptchaRest
    extends ResultController
    Captcha Rest 服务
    作者:
    youta
    • 构造器详细资料

      • SecureCaptchaRest

        public SecureCaptchaRest()
    • 方法详细资料

      • createCaptcha

        @GetMapping("create")
        public Result<?> createCaptcha()
        Captcha 生成
        返回:
        Result