Interface PermissionMngFeignClient


@FeignClient(name="${yst.service.system:yst-dms2-newsys}", path="/api/v1/mng/permission", primary=false) public interface PermissionMngFeignClient
.
  • Method Details

    • listGroupRole

      @GetMapping("/listGroupRole") ApiResult<List<GroupRoleRespDTO>> listGroupRole(@RequestParam(name="showDisabled",required=false,defaultValue="false") Boolean showDisabled, @RequestParam(name="showAll",required=false,defaultValue="false") Boolean showAll, @RequestParam(name="category",required=false) String category)