Commit 1fd97dfc by qwmqiuwenmin

fix

parent 9a85c014
......@@ -56,8 +56,8 @@ public class LoginController extends WebBaseController{
return ;
}
UserDTO user = JSON.parseObject(userJson, UserDTO.class);
logger.info("【企业微信登录】userId={},auth_code={}",user.getUserid(),auth_code);
String corpId = user.getCorpid();
logger.info("【企业微信登录】userId={},auth_code={},corpId={}",user.getUserid(),auth_code,corpId);
WxEnterpriseDTO enterprise = wxEnterpriseApiService.getEnterpriseBycorpId(corpId);
StaffDTO loginStaff = null;
if(enterprise != null){
......
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