Commit c6cc75c0 by weijiguang

添加错误日志

parent 6987837e
......@@ -807,6 +807,7 @@ public class WeixinServiceImpl {
map.put("token", token);
map.put("phoneNumber", encDataInf.getString("phoneNumber"));
map.put("customerName", customer.getUserName());
log.info("token:{}, phoneNumber:{}, customerName:{}", token, encDataInf.getString("phoneNumber"), customer.getUserName());
return map;
} catch (Exception e) {
log.error("微信登录发生异常", e);
......
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 to comment