1、完善超分功能
2、完善积分系统 3、新增任务列表
This commit is contained in:
@@ -115,7 +115,7 @@ public class PythonController {
|
||||
|
||||
@ApiOperation(value = "超分辨率")
|
||||
@PostMapping("/prepareForSR")
|
||||
public Response<String> superResolution(@RequestBody SuperResolutionDTO superResolutionDTO){
|
||||
public Response<List<String>> superResolution(@RequestBody List<SuperResolutionDTO> superResolutionDTO) {
|
||||
return Response.success(superResolutionService.prepareForSR(superResolutionDTO));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user