소스 검색

优化微信回调

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