请求方式:GET
注:请求参数须区分大小写
String url = "https://openapi.dataoke.com/api/live/goods-list";
String appKey = "xxx";
String appSecret = "xxx";
TreeMap<String, String> paraMap = new TreeMap<>();
paraMap.put("version", "v1.0.0");
paraMap.put("anchorName", "李");
paraMap.put("pageId", "1");
paraMap.put("pageSize", 10);
String data = ApiClient.sendReq(url, appSecret, paraMap);
SDK调用示例
String appKey = "xxx";
String appSecret = "xxx";
DtkApiClient client = DtkApiClient.getInstance(appKey,appSecret);
DtkPopularAnchorCommendRequest request = new DtkPopularAnchorCommendRequest();
request.setPageSize(20);
request.setPageId("1");
DtkApiResponse < DtkPageResponse < DtkPopularAnchorCommendResponse >> execute = client.execute(request);
{
"requestId": "e1e55f49e24345168db3cdbfd5eb3c3b",
"time": 1608090157507,
"code": 0,
"msg": "成功",
"data": {
"list": [
{
"id": -1,
"goodsId": "632929601542",
"itemLink": "https://detail.tmall.com/item.htm?id=632929601542",
"title": "【李佳琦推荐】卡蒙百搭保暖披肩大围巾女秋冬季韩版护颈防寒围脖",
"originalPrice": 159.00,
"actualPrice": 159.00,
"shopType": -1,
"monthSales": -1,
"twoHoursSales": -1,
"dailySales": -1,
"desc": "",
"couponLink": "",
"couponEndTime": "",
"couponStartTime": "",
"couponPrice": 80.00,
"couponConditions": "",
"createTime": "",
"mainPic": "http://gw.alicdn.com/bao/uploaded/i1/352229690/O1CN01Q0mNAF2LS4WN8ZQqK_!!0-item_pic.jpg",
"marketingMainPic": "",
"video": "",
"sellerId": "",
"cid": -1,
"tbcid": "",
"discounts": -1,
"commissionRate": 0.07,
"couponTotalNum": -1,
"activityStartTime": "",
"activityEndTime": "",
"shopLevel": -1,
"descScore": -1,
"dsrScore": -1,
"dsrPercent": -1,
"shipScore": -1,
"shipPercent": -1,
"serviceScore": -1,
"servicePercent": -1,
"brandId": -1,
"brandName": "Kenmont/卡蒙",
"hotPush": -1,
"teamName": "",
"hzQuanOver": -1,
"yunfeixian": -1,
"tchaoshi": -1,
"goldSellers": -1,
"freeshipRemoteDistrict": -1,
"liveSales": -1,
"userName": "李佳琦Austin",
"livePrice": 159.00,
"liveId": "290175012555",
"activityType": -1,
"brand": -1,
"shopName": "",
"quanMLink": 0,
"estimateAmount": -1,
"dtitle": "【李佳琦推荐】卡蒙百搭保暖披肩大围巾女秋冬季韩版护颈防寒围脖"
}
],
"totalNum": 149,
"pageId": "1"
}
}
{
msg: "服务器错误",
code: -1,
time: 1554365022200
}