mirror of https://gitee.com/xiaonuobase/snowy
【更新】下载模板接口使用Void
parent
a5f94ec488
commit
e33c566eaa
|
@ -269,9 +269,8 @@ public class SysUserController {
|
||||||
@ApiOperation("下载用户导入模板")
|
@ApiOperation("下载用户导入模板")
|
||||||
@CommonLog("下载用户导入模板")
|
@CommonLog("下载用户导入模板")
|
||||||
@GetMapping(value = "/sys/user/downloadImportUserTemplate", produces = MediaType.APPLICATION_OCTET_STREAM_VALUE)
|
@GetMapping(value = "/sys/user/downloadImportUserTemplate", produces = MediaType.APPLICATION_OCTET_STREAM_VALUE)
|
||||||
public CommonResult<String> downloadImportUserTemplate(HttpServletResponse response) throws IOException {
|
public void downloadImportUserTemplate(HttpServletResponse response) throws IOException {
|
||||||
sysUserService.downloadImportUserTemplate(response);
|
sysUserService.downloadImportUserTemplate(response);
|
||||||
return CommonResult.ok();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue