diff --git a/aspnet-core/modules/wx-pusher/LINGYUN.Abp.Notifications.WxPusher/LINGYUN/Abp/Notifications/NotificationDefinitionExtensions.cs b/aspnet-core/modules/wx-pusher/LINGYUN.Abp.Notifications.WxPusher/LINGYUN/Abp/Notifications/NotificationDefinitionExtensions.cs index 55b89346d..3889d7df5 100644 --- a/aspnet-core/modules/wx-pusher/LINGYUN.Abp.Notifications.WxPusher/LINGYUN/Abp/Notifications/NotificationDefinitionExtensions.cs +++ b/aspnet-core/modules/wx-pusher/LINGYUN.Abp.Notifications.WxPusher/LINGYUN/Abp/Notifications/NotificationDefinitionExtensions.cs @@ -7,7 +7,7 @@ public static class NotificationDefinitionExtensions { private const string Prefix = "wx-pusher:"; private const string ContentTypeKey = Prefix + "contentType"; - private const string TopicKey = Prefix + "contentType"; + private const string TopicKey = Prefix + "topic"; /// /// 设定消息内容类型 ///