admin
2019-07-24 2c4813b499091a8434a4b2d27bd285f7e72bf3f8
fanli/src/main/java/com/yeshi/fanli/util/taobao/TaoKeApiUtil.java
@@ -1672,7 +1672,10 @@
            LogHelper.error("渠道ID申请出错:" + e.getMsg());
            throw new TaoBaoAuthException(TaoBaoAuthException.CODE_OTHER, errorJSON.optString("sub_msg"));
         }
      } catch (Exception e) {
         LogHelper.error("渠道ID申请出错:" + (resultJSON != null ? resultJSON.toString() : "未知错误"));
      }
      return null;
   }
   public static String getSpecialId(String accessToken, String appKey, String appSecret) throws TaoBaoAuthException {
@@ -1700,7 +1703,11 @@
            LogHelper.error("会员运营ID申请出错:" + e.getMsg());
            throw new TaoBaoAuthException(TaoBaoAuthException.CODE_OTHER, errorJSON.optString("sub_msg"));
         }
      } catch (Exception e) {
         LogHelper.error("会员运营ID申请出错:" + (resultJSON != null ? resultJSON.toString() : "未知错误"));
      }
      return null;
   }
   public static void specialConvertItem(Long auctionId, TaoKeAppInfo app) {