💩 修复企业微信扫码登录 code 的传值

This commit is contained in:
yadong.zhang 2024-09-01 18:19:05 +08:00
parent 20731ea77e
commit e9135436f9

View File

@ -63,6 +63,7 @@ public class AuthWeChatEnterpriseThirdQrcodeRequest extends AbstractAuthWeChatEn
AuthToken authToken = AuthToken.builder() AuthToken authToken = AuthToken.builder()
.accessToken(object.getString("provider_access_token")) .accessToken(object.getString("provider_access_token"))
.expireIn(object.getIntValue("expires_in")) .expireIn(object.getIntValue("expires_in"))
.code(authCallback.getCode())
.build(); .build();
return authToken; return authToken;
} catch (Exception e) { } catch (Exception e) {