add - 新增通过工作台 id 查询权限点
This commit is contained in:
parent
80591cd3ee
commit
a00c9ff26d
@ -112,5 +112,5 @@ public interface ProductApi {
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("api/auth/product/feature/query")
|
||||
ApiResult<Map<Long, List<ProductFeatureRelationVO>>> queryProductFeatureRelationByWorkspace(Set<Long> workspaceIds);
|
||||
ApiResult<Map<Long, List<ProductFeatureRelationVO>>> queryProductFeatureRelationByWorkspace(@RequestBody Set<Long> workspaceIds);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user