1
chenhaozhe
3 天以前 28161a2db7a593c30ca53e5c1e59103cd7591fe7
WebAPI/Service/JwtAuthorizeAttribute.cs
@@ -94,7 +94,7 @@
                    }
                }
                
            }else if (!string.IsNullOrWhiteSpace(actionAttr?.HModName) && !string.IsNullOrWhiteSpace(actionAttr?.Operate))
            }else if (actionAttr != null && !string.IsNullOrWhiteSpace(actionAttr?.HModName) && !string.IsNullOrWhiteSpace(actionAttr?.Operate))
            {
                // 单独在动作上启用鉴权功能
                PermissionStr = actionAttr.HModName + actionAttr.Operate;