|
@@ -101,7 +101,7 @@ public class AdvertisementUserController {
|
|
|
AuthRedirect redirect = new AuthRedirect().setMappingId(mappingId);
|
|
AuthRedirect redirect = new AuthRedirect().setMappingId(mappingId);
|
|
|
String state = Codec.DoBase64.custom().setData(Jsons.toJson(redirect)).encodeAsText();
|
|
String state = Codec.DoBase64.custom().setData(Jsons.toJson(redirect)).encodeAsText();
|
|
|
|
|
|
|
|
- response.sendRedirect(weChatService.createUrl(state, notify + WeChatAuthRedirectUrl.get(authType).getUrl(), appId, WeChatAuthRedirectUrl.get(authType).getScope() ));
|
|
|
|
|
|
|
+ response.sendRedirect(weChatService.createUrl(state, notify + "/applets/advertisement/user/weChat/silentRedirect", appId, WeChatAuthRedirectUrl.get(authType).getScope() ));
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|