更新模特点位接口修改
This commit is contained in:
@@ -202,4 +202,10 @@ public class LibraryController {
|
||||
return Response.success(true);
|
||||
}
|
||||
|
||||
@ApiOperation(value = "将系统模特添加到个人library")
|
||||
@PostMapping("addSysModelToLib")
|
||||
public Response<Long> addSysModelToLib(@ApiParam("系统模特id") @RequestPart("sysModelId")long sysModelId){
|
||||
return Response.success(libraryService.addSysModelToLib(sysModelId));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user