Commit a6109c2a by 303514581@qq.com

2019/4/19 添加异常打印

parent ccac6736
...@@ -134,6 +134,7 @@ public class WapWechatLoginController { ...@@ -134,6 +134,7 @@ public class WapWechatLoginController {
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("微信公众号授权jsapiticket获取失败", e); logger.error("微信公众号授权jsapiticket获取失败", e);
return e.getMessage();
} }
return ticket; return ticket;
} }
......
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