add - 新增通过工作台 id 查询权限点

This commit is contained in:
wangli 2023-10-19 11:40:59 +08:00
parent 80591cd3ee
commit a00c9ff26d

View File

@ -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);
}