Bladeren bron

fix: "微信登录bug修复"

D Ritchie 2 jaren geleden
bovenliggende
commit
55f1844cbf

+ 1 - 3
src/main/java/com/szwl/Application.java

@@ -17,6 +17,4 @@ public class Application{
     public static void main(String[] args) {
         SpringApplication.run(Application.class, args);
     }
-}
-
-
+}

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

@@ -107,7 +107,6 @@ public class TWechatController {
                     + "&state=" + adminId
                     + "#wechat_redirect";
             return R.ok(url);
-
         } catch (UnsupportedEncodingException e) {
             throw new RuntimeException(e);
         }

+ 2 - 2
src/main/resources/bootstrap.yml

@@ -36,9 +36,9 @@ oauth:
 #    个人测试
 #    http: http://d.freehk.svipss.top
 #    系统测试
-    http: http://szwltest.sunzee.com.cn
+#    http: http://szwltest.sunzee.com.cn
 #    正式服务
-#    http: https://szwlh.sunzee.com.cn
+    http: http://szwlh.sunzee.com.cn
 
 mybatis-plus:
   mapper-locations: classpath:com/szwl/mapper/xml/*.xml