|
|
@ -124,7 +124,7 @@ public class PluginController { |
|
|
|
@ApiImplicitParam(name = "page", value = "任务Id", required = true, paramType = "query"), |
|
|
|
@ApiImplicitParam(name = "page", value = "被查询的插件的id,不是笔记插件的id,只查询任务的笔记时不需要传参", required = true, paramType = "query") |
|
|
|
}) |
|
|
|
@RequestMapping(value = "comment", method = RequestMethod.GET, produces = {"application/json;charset=UTF-8"}) |
|
|
|
@RequestMapping(value = "notes", method = RequestMethod.GET, produces = {"application/json;charset=UTF-8"}) |
|
|
|
public JsonResponse<List<PluginVo.NotesInfo>> getNotesInfo(HttpServletRequest request, |
|
|
|
@RequestParam(required = true) Long taskId, |
|
|
|
@RequestParam(required = false) Long pluginId) throws Exception { |
|
|
|