Commit c7182d62 by zhangkb

修改接口

parent 6091beb5
...@@ -20,7 +20,7 @@ public interface RepoServiceClient { ...@@ -20,7 +20,7 @@ public interface RepoServiceClient {
@RequestParam(required = false) int pageSize, @RequestParam(required = false) int pageSize,
@RequestParam String tagType); @RequestParam String tagType);
// @PostMapping(value = "rest/tag/getByTagByPrivileges") // @PostMapping(value = "/rest/tag/getByTagByPrivileges")
// public List<Map<String,Object>> getByTagByPrivileges( // public List<Map<String,Object>> getByTagByPrivileges(
// @RequestParam Map<Long, Set<String>> systemTagMap, // @RequestParam Map<Long, Set<String>> systemTagMap,
// @RequestParam(required = false) String modelPath, // @RequestParam(required = false) String modelPath,
...@@ -31,7 +31,7 @@ public interface RepoServiceClient { ...@@ -31,7 +31,7 @@ public interface RepoServiceClient {
// @RequestParam(defaultValue = "1") int pageNum, // @RequestParam(defaultValue = "1") int pageNum,
// @RequestParam(defaultValue = "10") int pageSize); // @RequestParam(defaultValue = "10") int pageSize);
@PostMapping(value = "rest/tag/getPageByTag") @PostMapping(value = "/rest/tag/getPageByTag")
public Map<String,Object> getPageByTag( public Map<String,Object> getPageByTag(
@RequestParam Map<Long, Set<String>> systemTagMap, @RequestParam Map<Long, Set<String>> systemTagMap,
@RequestParam(required = false) String modelPath, @RequestParam(required = false) String modelPath,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment