Commit 1947a66c 张东亮

1113

1 个父辈 0028c898
...@@ -142,7 +142,7 @@ namespace Common ...@@ -142,7 +142,7 @@ namespace Common
} }
catch (Exception e) catch (Exception e)
{ {
LogUtil.error("POST ERROR:" + e.ToString()); LogUtil.error("POST ERROR:" + url, e);
} }
if (!result.Contains("null") && result.Length != 0) if (!result.Contains("null") && result.Length != 0)
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!