Commit a49febe5 张东亮

1

1 个父辈 6a612838
...@@ -105,7 +105,7 @@ namespace OnlineStore.Common ...@@ -105,7 +105,7 @@ namespace OnlineStore.Common
} }
catch (Exception e) catch (Exception e)
{ {
LogUtil.error("POST ERROR:" + e.ToString(), 101); LogUtil.error($"POST ERROR【{url}】【{paramData}】:" + e.ToString(), 101);
} }
return result; return result;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!