【更新】更新一个C端控制器的枚举类型参数
This commit is contained in:
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…
x
Reference in New Issue
Block a user