Commit 96ae3889 by zhangkb

修改调用repo的标签接口访问路径

parent 417ecfdc
...@@ -32,7 +32,7 @@ public interface RepoServiceClient { ...@@ -32,7 +32,7 @@ public interface RepoServiceClient {
@RequestParam int pageNum, @RequestParam int pageNum,
@RequestParam int pageSize); @RequestParam int pageSize);
@PostMapping(value = "/getByTagByPrivileges") @PostMapping(value = "rest/tag/getByTagByPrivileges")
public List<Map<String,Object>> getByTagByPrivileges( public List<Map<String,Object>> getByTagByPrivileges(
@RequestBody Map<Long, Set<String>> systemTagMap, @RequestBody 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