From 3654521f2ea0858dd39e6fecbac834ab34588c83 Mon Sep 17 00:00:00 2001 From: hello Date: Thu, 25 Apr 2024 15:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/helloshop/gateway-aggregation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/helloshop/gateway-aggregation.md b/notes/helloshop/gateway-aggregation.md index ac3539c..c1ded94 100644 --- a/notes/helloshop/gateway-aggregation.md +++ b/notes/helloshop/gateway-aggregation.md @@ -34,6 +34,8 @@ public interface IPermissionService UserCreateRequestValidator 从 IdentityServiceDbContext 更改为 UserManager +权限定义端点返回的 Json 中 name 属性更改为 groupName + ## 远程权限检查 BUG 修复