lighter 1 mês atrás
pai
commit
709416bd3c

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

@@ -63,7 +63,7 @@ public class WeChatRedirectController {
                                       HttpServletResponse response) {
         try {
             response.sendRedirect("https://open.weixin.qq.com/connect/oauth2/authorize?" +
-                    "appid=wxbde6b16acad84204&redirect_uri=http://huaihai-tech.com/wxserver/redirect/page2?" +
+                    "appid=wx85bf3fd255d86750&redirect_uri=http://huaihai-tech.com/wxserver/redirect/page2?" +
                     "to=mzFeeList_" + patNo + "&response_type=code&scope=snsapi_base&state=1#wechat_redirect");
         } catch (IOException e) {
             throw new RuntimeException(e);
@@ -75,7 +75,7 @@ public class WeChatRedirectController {
     public void inpatientQrEntry(HttpServletResponse response) {
         try {
             response.sendRedirect("https://open.weixin.qq.com/connect/oauth2/authorize?" +
-                    "appid=wxbde6b16acad84204&redirect_uri=http://huaihai-tech.com/wxserver/redirect/page2?" +
+                    "appid=wx85bf3fd255d86750&redirect_uri=http://huaihai-tech.com/wxserver/redirect/page2?" +
                     "to=inpatientQrEntry&response_type=code&scope=snsapi_base&state=1#wechat_redirect");
         } catch (IOException e) {
             throw new RuntimeException(e);
@@ -92,7 +92,7 @@ public class WeChatRedirectController {
         }
         try {
             response.sendRedirect("https://open.weixin.qq.com/connect/oauth2/authorize?" +
-                    "appid=wxbde6b16acad84204&redirect_uri=http://huaihai-tech.com/wxserver/redirect/page2?" +
+                    "appid=wx85bf3fd255d86750&redirect_uri=http://huaihai-tech.com/wxserver/redirect/page2?" +
                     "to=" + path + "&response_type=code&scope=snsapi_base&state=1#wechat_redirect");
         } catch (IOException e) {
             throw new RuntimeException(e);
@@ -119,7 +119,7 @@ public class WeChatRedirectController {
         String path = "doctorArrangement_" + today + "_" + dept + "_" + doc;
         try {
             response.sendRedirect("https://open.weixin.qq.com/connect/oauth2/authorize?" +
-                    "appid=wxbde6b16acad84204&redirect_uri=http://huaihai-tech.com/wxserver/redirect/page2?" +
+                    "appid=wx85bf3fd255d86750&redirect_uri=http://huaihai-tech.com/wxserver/redirect/page2?" +
                     "to=" + path + "&response_type=code&scope=snsapi_base&state=1#wechat_redirect");
         } catch (IOException e) {
             throw new RuntimeException(e);