Ver código fonte

优化微信回调

wuhongshuang 2 anos atrás
pai
commit
92d8532c78

+ 2 - 1
src/main/java/com/szwl/controller/TWechatController.java

@@ -104,7 +104,8 @@ public class TWechatController {
         } else {
             throw new MyException("用户不存在!");
         }
-        String path = http + "/tWechat/callback?";
+//        String path = http + "/tWechat/callback?";
+        String path = http + "http://szwltest.sunzee.com.cn/SZWL-SERVER/tWechat/callback?";
 
         try {
             path = URLEncoder.encode(path, "UTF-8");