Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tagManager
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanmw
tagManager
Commits
c7182d62
Commit
c7182d62
authored
Feb 29, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改接口
parent
6091beb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
RepoServiceClient.java
...va/com/keymobile/tagmanager/remote/RepoServiceClient.java
+2
-2
No files found.
src/main/java/com/keymobile/tagmanager/remote/RepoServiceClient.java
View file @
c7182d62
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment