fanli/src/main/java/com/yeshi/fanli/util/taobao/TaoKeApiUtil.java
@@ -1495,9 +1495,9 @@ map.put("relation_app", "common"); JSONObject resultJSON = null; try { TaoKeAppInfo app = new TaoKeAppInfo(); TaoKeAppInfo app = new TaoKeAppInfo(); app.setAppKey(appKey); app.setAppSecret(appSecret); app.setAppSecret(appSecret); resultJSON = TaoKeBaseUtil.baseRequest(map, app); } catch (TaoKeApiException e) { e.printStackTrace();