请求方式:GET
注:请求参数须区分大小写
String url = "https://openapi.dataoke.com/api/goods/explosive-goods-list";
String appKey = "xxx";
String appSecret = "xxx";
TreeMap<String, String> paraMap = new TreeMap<>();
paraMap.put("version", "v1.0.0");
paraMap.put("appKey", appKey);
paraMap.put("pageSize", "2");
paraMap.put("pageId", "1");
String data = ApiClient.sendReq(url, appSecret, paraMap);
SDK调用示例
String appKey = "xxx";
String appSecret = "xxx";
DtkApiClient client = DtkApiClient.getInstance(appKey,appSecret);
DtkExplosiveGoodsListRequest request = new DtkExplosiveGoodsListRequest();
request.setPageId("1");
request.setPageSize(50);
request.setPriceCid("1");
request.setCids("2");
DtkApiResponse < DtkPageResponse < DtkPopularGoodsListResponse >> execute = client.execute(request);
{
"time": 1599458382024,
"code": 0,
"msg": "成功",
"data": {
"list": [
{
"id": 28763821,
"goodsId": "45891821150",
"title": "【京都念慈庵】新靓声宝礼盒 四味同糖喉糖礼盒 教师节礼物礼品",
"dtitle": "【京都念慈庵】进口枇杷润喉糖礼盒装",
"originalPrice": 99.0,
"actualPrice": 69.0,
"shopType": 1,
"goldSellers": 0,
"monthSales": 4702,
"twoHoursSales": 274,
"dailySales": 2594,
"commissionType": 3,
"desc": "【教师节送礼优选】【京都念慈菴旗舰店】草本传承,甘润养声,凝聚多种草本精华,有效缓解咽喉不适,洋溢着新鲜水果气息,还能清新口气,高级定制手绘礼盒4盒装,有手提袋。2种礼盒可选。送礼的至臻选择!",
"couponReceiveNum": 17000,
"couponLink": "https://uland.taobao.com/quan/detail?sellerId=2127030673&activityId=e6cf0806ac2b4fd5b442a5c5a21d8b2b",
"couponEndTime": "2020-09-07 23:59:59",
"couponStartTime": "2020-09-01 00:00:00",
"couponPrice": 30.0,
"couponConditions": "99",
"activityType": 1,
"createTime": "2020-08-31 20:55:09",
"mainPic": "https://img.alicdn.com/imgextra/i3/292438365/O1CN01GjGGCl2BfDi36ZGIm_!!292438365.jpg",
"marketingMainPic": "https://sr.ffquan.cn/dtk_www/20200814/bsr7vc4q57br3hc0rk9g0.jpg",
"sellerId": "2127030673",
"cid": 6,
"discounts": 0.30,
"commissionRate": 20.01,
"couponTotalNum": 100000,
"activityStartTime": "",
"activityEndTime": "",
"shopName": "京都念慈庵旗舰店",
"shopLevel": 15,
"descScore": 4.9,
"brand": 0,
"brandId": 3229833,
"brandName": "京都念慈菴",
"hotPush": 872,
"teamName": "七匹狼精品联盟",
"itemLink": "https://detail.tmall.com/item.htm?id=45891821150",
"tchaoshi": 0,
"dsrScore": 4.90,
"dsrPercent": 63.27,
"shipScore": 4.90,
"shipPercent": 54.04,
"serviceScore": 4.90,
"servicePercent": 57.57,
"subcid": [
8409,
116909
],
"video": "https://cloud.video.taobao.com/play/u/2127030673/p/2/e/6/t/1/271341637157.mp4?appKey=38829",
"quanMLink": 0,
"hzQuanOver": 0,
"yunfeixian": 0,
"estimateAmount": 0,
"freeshipRemoteDistrict": 0,
"specialText": [],
"tbcid": 50008056
}
],
"totalNum": 81,
"pageId": "0c77dcc68110f8ab"
}
}