Commit fa655ab4 by qwmqiuwenmin

fix

parent b10679d9
......@@ -40,7 +40,7 @@ public class LoginController extends WebBaseController{
public HaobanResponse login(String auth_code) {
String siteId = config.getSuiteId();
String userId = qywxCorpApiService.getUserInfoSimple(siteId,auth_code);
logger.info("【企业微信登录】userId={}",userId);
logger.info("【企业微信登录】userId={},auth_code={}",userId,auth_code);
StaffDTO loginStaff = staffApiService.selectByUserId(userId);
LoginVO loginVO = new LoginVO();
......
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