bug
This commit is contained in:
parent
09912d7696
commit
f8b9f1bfee
@ -146,8 +146,8 @@ public class ModelServiceController {
|
||||
@GetMapping("/download")
|
||||
@Operation(summary = "下载模型")
|
||||
@ApiAccessLog(operateType = EXPORT)
|
||||
public List<String> download(@RequestParam("id") Long id){
|
||||
return modelServiceService.getDownLoadList(id);
|
||||
public CommonResult<List<String>> download(@RequestParam("id") Long id){
|
||||
return success(modelServiceService.getDownLoadList(id));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user