TANG JIANG 1 éve
szülő
commit
73e2aae4ca
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/Hotline/Push/FWMessage/PushDomainService.cs

+ 1 - 1
src/Hotline/Push/FWMessage/PushDomainService.cs

@@ -93,8 +93,8 @@ public class PushDomainService : IPushDomainService, IScopeDependency
                 for (int i = 0; i < matches.Count; i++)
                     Template = Template.Replace(matches[i].ToString(), messageDto.Params[i]);
 
-                messageDto.Content = Template;
             }
+            messageDto.Content = Template;
 
         }
         #endregion