admin
2019-04-12 2406574c36a8c4e8e8ffe7c56a34e25dde107a84
fanli/src/main/java/com/yeshi/fanli/controller/client/UserAuthController.java
@@ -61,12 +61,6 @@
         return;
      }
      
      //
      UserExtraTaoBaoInfo user = userExtraTaoBaoInfoService.getByUid(uid);
      if ("share".equalsIgnoreCase(source)) {
         if (user != null && !StringUtil.isNullOrEmpty(user.getRelationId()) && user.getRelationValid()) {
@@ -74,7 +68,7 @@
            return;
         }
      } else {
      } else if ("zigou".equalsIgnoreCase(source)) {
         if (user != null && !StringUtil.isNullOrEmpty(user.getSpecialId()) && user.getSpecialValid()) {
            out.print(JsonUtil.loadFalseResult(1, "无需授权"));
            return;
@@ -101,4 +95,9 @@
      else
         out.print(JsonUtil.loadTrue(0, data, "淘宝授权未成功,请稍后再试"));
   }
}