@RestController @RequestMapping(value="/captcha") public class CaptchaController extends Object
Constructor and Description |
---|
CaptchaController() |
Modifier and Type | Method and Description |
---|---|
ResResult<CaptchaDataResult> |
imgCaptcha() |
@IgnoreAuth @PostMapping(value="/imgCaptcha") public ResResult<CaptchaDataResult> imgCaptcha()
Copyright © 2023. All rights reserved.