@@ -17,6 +17,4 @@ public class Application{
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
-}
-
+}
@@ -107,7 +107,6 @@ public class TWechatController {
+ "&state=" + adminId
+ "#wechat_redirect";
return R.ok(url);
} catch (UnsupportedEncodingException e) {
throw new RuntimeException(e);
@@ -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