Ver código fonte

广告投放新增公众号

chenbiao 3 anos atrás
pai
commit
3b1a3835a8

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/advertisement/AdvertisementUserController.java

@@ -101,7 +101,7 @@ public class AdvertisementUserController {
         AuthRedirect redirect = new AuthRedirect().setMappingId(mappingId);
         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() ));
 
     }