yujian
2019-02-18 95ca0c7c6b62dc63951904aaf9713f35f41a1004
fanli/src/main/java/com/yeshi/fanli/controller/AuthCallBackController.java
@@ -42,8 +42,9 @@
   @RequestMapping(value = "tb")
   public void tb(String code, String state, HttpServletRequest request, HttpServletResponse response) {
      LogHelper.test("淘宝授权回调:" + code+":"+state);
      LogHelper.test("淘宝授权回调:" + code + ":" + state);
      if (StringUtil.isNullOrEmpty(code) || StringUtil.isNullOrEmpty(state)) {
         LogHelper.error("淘宝授权回调出错");
         try {
            response.sendRedirect("http://apph5.yeshitv.com/apppage/flq_bonusState.html?code=1");
         } catch (IOException e1) {