From 0d2a9391cc9d7c309418a6ae80683d81aa85372d Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Fri, 26 Aug 2022 11:21:33 +0800 Subject: [PATCH] fix: Topic key error --- .../Abp/Notifications/NotificationDefinitionExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; /// /// 设定消息内容类型 ///