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

Commit d444e06b authored by 张国柄's avatar 张国柄

fix:+log get openid;

parent 09592bb5
......@@ -350,6 +350,7 @@ public class AdamLoginController {
} catch (Exception e) {
log.error("WX.API调用异常[jsCode:{},respJStr={}]", jsCode, respJStr, e);
}
log.debug("jsCode={},openid={}", jsCode, openId);
return ResponseDto.success(openId);
}
......@@ -372,6 +373,7 @@ public class AdamLoginController {
} catch (Exception e) {
log.error("WX.API调用异常[jsCode:{},respJStr={}]", code, respJStr, e);
}
log.debug("code={},openid={}", code, openId);
return ResponseDto.success(openId);
}
......
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