Browse Source

盒易付报备成功发送个人消息,内容样式调整

lcl 1 year ago
parent
commit
add5b36aaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/PosChannelHelper.cs

+ 1 - 1
AppStart/PosChannelHelper.cs

@@ -73,7 +73,7 @@ public class PosChannelHelper
                         {
                             UserId = pos.BuyUserId, //创客
                             Title = "机具通道变更通知", //标题
-                            Content = "<div class='f16'>尊敬的" + user.RealName + "盟主您好:<br/>您名下的机具" + pos.PosSn + ",通道已更改为" + ChannelName + ",请知悉</ div > ",//内容
+                            Content = "<div class='f16' style='padding:12px 16px;'>尊敬的" + user.RealName + "盟主您好:<br/><br/><div class='f14' style='text-indent:2em;'>您名下的机具" + pos.PosSn + ",通道已更改为" + ChannelName + ",请知悉!</ div> </ div>", //内容
                             CreateDate = DateTime.Now,
                         }));
                     }