lcl 1 an în urmă
părinte
comite
29255cd565
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      AppStart/Helper/PosPushHelper.cs

+ 1 - 1
AppStart/Helper/PosPushHelper.cs

@@ -22,7 +22,7 @@ namespace MySystem
         public void DoSomeThing(string content)
         {
             string url = "";
-            Utils.WriteLog(DateTime.Now.ToString() + "\n" + content, "统一推送日志");
+            Utils.WriteLog(DateTime.Now.ToString() + "--" + content, "统一推送日志");
             content = content.Replace("null", "\"\"");
             JsonData jsonObj = JsonMapper.ToObject(content);
             string dataType = jsonObj["data_type"].ToString();