浏览代码

优化微信回调

wuhongshuang 2 年之前
父节点
当前提交
92d8532c78
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/java/com/szwl/controller/TWechatController.java

+ 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");