|
|
@@ -106,7 +106,7 @@ public class CaptchaController extends BaseController {
|
|
|
*/
|
|
|
@ApiOperation(value = "验证码生成", notes = "验证码生成", response = ModelAndView.class)
|
|
|
@ApiImplicitParam(name = "type", value = "math 或 char", paramType = "query", dataType = "string")
|
|
|
- @GetMapping("/yzm")
|
|
|
+ @GetMapping("/yZm")
|
|
|
public AjaxResult getYzm(String type) {
|
|
|
AjaxResult ajax = AjaxResult.success();
|
|
|
boolean captchaOnOff = configService.selectCaptchaOnOff();
|