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