Quellcode durchsuchen

关注公众号修改

zjm vor 5 Jahren
Ursprung
Commit
c50023fdd7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main/resources/templates/testShare.html

+ 1 - 1
src/main/resources/templates/testShare.html

@@ -235,7 +235,7 @@
235 235
             });
236 236
         };
237 237
         $("#goWeChat").on('click',function(){
238
-        	window.location.href='https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzUxNTE3ODE5MA==&scene=126#wechat_redirect';
238
+        	window.location.href='https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzA5OTM2MTQxOA==&scene=126#wechat_redirect';
239 239
         })
240 240
     });
241 241
 </script>