记得上下班打卡 | git大法好,push需谨慎

Commit b25d2c45 authored by jiangxiulong's avatar jiangxiulong

sweet

parent 8029186a
...@@ -102,8 +102,8 @@ public class SweetWechatLoginServiceImpl { ...@@ -102,8 +102,8 @@ public class SweetWechatLoginServiceImpl {
return ResponseDto.success(userInfo); return ResponseDto.success(userInfo);
} catch (Exception e) { } catch (Exception e) {
log.info("\nprintStackTrace:[{}] ", e.getMessage());
e.printStackTrace(); e.printStackTrace();
log.info("\nprintStackTrace:[{}] ", e.toString());
return ResponseDto.failure(); return ResponseDto.failure();
} }
} }
......
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