admin
2019-06-24 831a3cefdb2bdfe0980e60479074a0c9ec5d7ef9
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;
      }