mirror of https://gitee.com/xiaonuobase/snowy
【更新】更新一个C端控制器的枚举类型参数
parent
f5cad22740
commit
56337192ae
|
@ -60,7 +60,7 @@ public class AuthClientController {
|
|||
@ApiOperation("C端获取图片验证码")
|
||||
@GetMapping("/auth/c/getPicCaptcha")
|
||||
public CommonResult<AuthPicValidCodeResult> getPicCaptcha() {
|
||||
return CommonResult.data(authService.getPicCaptcha(SaClientTypeEnum.B.getValue()));
|
||||
return CommonResult.data(authService.getPicCaptcha(SaClientTypeEnum.C.getValue()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue