请求方式:GET
注:请求参数须区分大小写
String url = "https://openapi.dataoke.com/api/goods/get-dtk-search-goods";
String appKey = "xxx";
String appSecret = "xxx";
TreeMap<String, String> paraMap = new TreeMap<>();
paraMap.put("version", "v2.1.2");
paraMap.put("appKey", appKey);
paraMap.put("pageId", "1");
paraMap.put("pageSize", "20");
paraMap.put("keyWords", "男装");
String data = ApiClient.sendReq(url, appSecret, paraMap);
SDK调用示例
String appKey = "xxx";
String appSecret = "xxx";
DtkApiClient client = DtkApiClient.getInstance(appKey,appSecret);
DtkGetDtkSearchGoodsRequest request = new DtkGetDtkSearchGoodsRequest();
request.setPageId("1");
request.setKeyWords("男装");
request.setCids("1");
request.setSubcid(1);
request.setJuHuaSuan(0);
request.setTaoQiangGou(0);
request.setTmall(0);
request.setTchaoshi(0);
request.setGoldSeller(0);
request.setHaitao(0);
request.setBrand(0);
request.setBrandIds("218756504");
request.setPriceLowerLimit(BigDecimal.ONE);
request.setPriceUpperLimit(BigDecimal.TEN);
request.setCouponPriceLowerLimit(BigDecimal.ONE);
request.setCommissionRateLowerLimit(BigDecimal.ONE);
request.setMonthSalesLowerLimit(BigDecimal.TEN);
request.setSort("0");
request.setFreeshipRemoteDistrict(1);
DtkApiResponse < DtkPageResponse < DtkGetDtkSearchGoodsResponse1 >> execute = client.execute(request);
{
"status": 200,
"data": {
"time": 1589008908021,
"code": 0,
"msg": "成功",
"data": {
"list": [{
"id": 26146541,
"goodsId": "561427522238",
"title": "雪玲妃氨基酸洗面奶女男补水保湿控油深层清洁毛孔除螨洁面乳学生",
"dtitle": "【明星同款】氨基酸洗面奶500g大容量",
"originalPrice": 49.9,
"actualPrice": 39.9,
"shopType": 1,
"goldSellers": 0,
"monthSales": 343825,
"twoHoursSales": 1043,
"dailySales": 1779,
"commissionType": 3,
"desc": "【明星赵露思推荐】日本进口氨基酸,温和配方不刺激。敏感肌与孕妇都可以使用,同时里面添加烟酰胺成分,提亮肤色、减轻皮肤老化现象。一瓶抵五瓶,500g大容量。性价比超高。",
"couponReceiveNum": 86000,
"couponLink": "https://uland.taobao.com/quan/detail?sellerId=1588446985&activityId=1ccd166bd0ae4d70a6944395cc828bd9",
"couponEndTime": "2020-05-15 23:59:59",
"couponStartTime": "2020-05-05 00:00:00",
"couponPrice": 10,
"couponConditions": "49",
"activityType": 1,
"createTime": "2020-05-06 15:58:09",
"mainPic": "https://img.alicdn.com/imgextra/i3/1588446985/O1CN01Q5RkUw21TB786kjKg_!!1588446985.jpg",
"marketingMainPic": "",
"sellerId": "1588446985",
"cid": 3,
"discounts": 0.8,
"commissionRate": 20,
"couponTotalNum": 100000,
"haitao": 0,
"activityStartTime": "",
"activityEndTime": "",
"shopName": "雪玲妃旗舰店",
"shopLevel": 18,
"descScore": 4.8,
"brand": 0,
"brandId": 218756504,
"brandName": "雪玲妃",
"hotPush": 110,
"teamName": "吃鸡联盟",
"itemLink": "https://detail.tmall.com/item.htm?id=561427522238",
"tchaoshi": 0,
"detailPics": "",
"dsrScore": 4.8,
"dsrPercent": 4.7,
"shipScore": 4.7,
"shipPercent": -1.22,
"serviceScore": 4.7,
"servicePercent": -1.24,
"subcid": [111749],
"quanMLink": 0,
"hzQuanOver": 0,
"yunfeixian": 1,
"estimateAmount": -1,
"freeshipRemoteDistrict": 1,
"tbcid": 50011977
}],
"totalNum": 587,
"pageId": "8ff77f0f38ac7a3c"
}
},
"msg": "请求成功"
}
{
"msg":"服务器错误",
"code":-1,
"time":1554365022200
}