admin
2019-06-24 beee6afac3f7d1b7fa30f768df91cd55e6c6d2db
fanli/src/main/java/com/yeshi/fanli/controller/ClientJspController.java
@@ -248,10 +248,11 @@
      if ("2".equalsIgnoreCase(ios)) {
         down = DOWNURL;
      }
      if (!state.equals(wxState)) {// 不是微信返回的!
      if (state == null || !state.equals(wxState)) {// 不是微信返回的!
         // request.setAttribute("error", "1");
         return "redirect:" + down;
      }
      if (code == null) {// 用户取消了登陆!
         return "redirect:" + down;
      }