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 修复