fanli/src/main/java/com/yeshi/fanli/util/taobao/TaoKeApiUtil.java
@@ -2110,6 +2110,23 @@ return null; } public static void guessLikeByAuctionId(Long auctionId) { Map<String, String> map = new HashMap<>(); map.put("method", "taobao.tbk.dg.optimus.material"); map.put("item_id", auctionId + ""); map.put("page_size", 20 + ""); map.put("page_no", 1 + ""); map.put("material_id", 13256 + ""); JSONObject resultJSON = null; try { resultJSON = TaoKeBaseUtil.baseRequest(map, true); System.out.println(resultJSON); } catch (Exception e) { e.printStackTrace(); } } } class QuanInfo {