Browse Source

优化重定向

lighter 1 year ago
parent
commit
35a1695462

+ 1 - 1
src/main/java/thyyxxk/wxservice_server/controller/WeChatRedirectController.java

@@ -53,7 +53,7 @@ public class WeChatRedirectController {
         try {
             response.sendRedirect("https://open.weixin.qq.com/connect/oauth2/authorize?" +
                     "appid=wxbde6b16acad84204&redirect_uri=http://staticweb.hnthyy.cn/wxserver/redirect/page2?" +
-                    "to=fromGuideBillQrScan_" + patNo + "&response_type=code&scope=snsapi_base&state=1#wechat_redirect");
+                    "to=mzFeeList_" + patNo + "&response_type=code&scope=snsapi_base&state=1#wechat_redirect");
         } catch (IOException e) {
             throw new RuntimeException(e);
         }