Browse Source

fix: Topic key error

pull/662/head
cKey 3 years ago
parent
commit
0d2a9391cc
  1. 2
      aspnet-core/modules/wx-pusher/LINGYUN.Abp.Notifications.WxPusher/LINGYUN/Abp/Notifications/NotificationDefinitionExtensions.cs

2
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 Prefix = "wx-pusher:";
private const string ContentTypeKey = Prefix + "contentType"; private const string ContentTypeKey = Prefix + "contentType";
private const string TopicKey = Prefix + "contentType"; private const string TopicKey = Prefix + "topic";
/// <summary> /// <summary>
/// 设定消息内容类型 /// 设定消息内容类型
/// </summary> /// </summary>

Loading…
Cancel
Save