Commit 302a8b2a by 汪志阳

fix:日志输出

parent 25b3811c
...@@ -143,7 +143,6 @@ public class PlatElderChildrenInfoUserLoginWechatServiceImpl implements PlatElde ...@@ -143,7 +143,6 @@ public class PlatElderChildrenInfoUserLoginWechatServiceImpl implements PlatElde
String post = ""; String post = "";
try { try {
post = HttpUtil.post(url, params); post = HttpUtil.post(url, params);
logger.error("获取微信公众号appid失败:response:{}", post);
} catch (Exception e) { } catch (Exception e) {
logger.error("获取微信公众号appid失败:response:{}", post); logger.error("获取微信公众号appid失败:response:{}", post);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment