springboot整合swagger2和knife4j,在测试生成验证码接口时,出现乱码
@ApiOperation(value="生成验证码",produces = "application/octet-stream")
试下
@ApiOperation(value = "生成验证码", produces = "text/plain;charset=UTF-8")