瀏覽代碼

联动掌中宝日志分开

lichunlei 3 天之前
父節點
當前提交
f820e64c89
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      AppStart/Helper/PublicImportDataService.cs

+ 4 - 0
AppStart/Helper/PublicImportDataService.cs

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