Browse Source

联动掌中宝日志分开

lichunlei 4 days ago
parent
commit
f820e64c89
1 changed files with 4 additions and 0 deletions
  1. 4 0
      AppStart/Helper/PublicImportDataService.cs

+ 4 - 0
AppStart/Helper/PublicImportDataService.cs

@@ -222,6 +222,10 @@ namespace MySystem
             {
             {
                 BrandName = "拉卡拉";
                 BrandName = "拉卡拉";
             }
             }
+            else if (BrandId == 34)
+            {
+                BrandName = "联动掌中宝";
+            }
             LogHelper.Instance.WriteLog(DateTime.Now.ToString() + "\r\n" + header + "\r\n" + content, BrandName + "推送消息");
             LogHelper.Instance.WriteLog(DateTime.Now.ToString() + "\r\n" + header + "\r\n" + content, BrandName + "推送消息");
         }
         }