请求方式:GET
注:请求参数须区分大小写
String url = "https://openapi.dataoke.com/api/category/ddq-goods-list";
String appKey = "xxx";
String appSecret = "xxx";
TreeMap<String, String> paraMap = new TreeMap<>();
paraMap.put("version", "v1.2.1");
paraMap.put("appKey", appKey);
String data = ApiClient.sendReq(url, appSecret, paraMap);
SDK调用示例
String appKey = "xxx";
String appSecret = "xxx";
DtkApiClient client = DtkApiClient.getInstance(appKey,appSecret);
DtkDdqGoodsListRequest request = new DtkDdqGoodsListRequest();
request.setRoundTime("2021-07-14 12:00:00");
DtkApiResponse < DtkDdqGoodsListResponse > execute = client.execute(request);
{
"time": 1575970678290,
"code": 0,
"msg": "成功",
"data": {
"ddqTime": "2019-12-10 08:00:00",
"status": 0,
"goodsList": [{
"id": 23863945,
"goodsId": "602524111820",
"itemLink": "https://detail.tmall.com/item.htm?id=602524111820",
"title": "志高电热毯双人电褥子双控调恒温单人安全家用水暖毯学生宿舍加大",
"dtitle": "【志高】家用电热毯双控调温",
"cid": 8,
"subcid": [113820],
"ddqDesc": "除螨虫,更健康",
"mainPic": "https://img.alicdn.com/imgextra/i1/1754461448/O1CN01TdZDf71MZE4C5MFh3_!!1754461448.jpg",
"originalPrice": 89.0,
"actualPrice": 49.0,
"couponPrice": 40.0,
"discounts": 0.55,
"couponLink": "https://uland.taobao.com/quan/detail?sellerId=2744899201&activityId=de6bee4431d24058a9314dc4f300a05a",
"couponEndTime": "2019-12-11 23:59:59",
"couponStartTime": "2019-12-10 00:00:00",
"couponConditions": "89",
"commissionType": 3,
"commissionRate": 20.0,
"createTime": "2019-12-09 16:14:19",
"couponReceiveNum": 2000,
"couponTotalNum": 100000,
"monthSales": 45737,
"activityType": 1,
"activityStartTime": "",
"activityEndTime": "",
"shopName": "chigo志高鑫溶铭专卖店",
"shopLevel": 14,
"sellerId": "2744899201",
"brand": 1,
"brandId": 30664,
"brandName": "志高",
"twoHoursSales": 26,
"dailySales": 26,
"quanMLink": 0,
"hzQuanOver": 0,
"yunfeixian": 1,
"estimateAmount": -1,
"tbcid": 50000360
}],
"roundsList": [{
"ddqTime": "2019-12-10 08:00:00",
"status": 0
}, {
"ddqTime": "2019-12-10 10:00:00",
"status": 1
}]
}
}
{
"msg":"服务器错误",
"code":-1,
"time":1554365022200
}请求方式:GET
注:请求参数须区分大小写
String url = "https://openapi.dataoke.com/api/category/ddq-goods-list";
String appKey = "xxx";
String appSecret = "xxx";
TreeMap<String, String> paraMap = new TreeMap<>();
paraMap.put("version", "v1.2.0");
paraMap.put("appKey", appKey);
String data = ApiClient.sendReq(url, appSecret, paraMap);
{
"time": 1575970678290,
"code": 0,
"msg": "成功",
"data": {
"ddqTime": "2019-12-10 08:00:00",
"status": 0,
"goodsList": [{
"id": 23863945,
"goodsId": "602524111820",
"itemLink": "https://detail.tmall.com/item.htm?id=602524111820",
"title": "志高电热毯双人电褥子双控调恒温单人安全家用水暖毯学生宿舍加大",
"dtitle": "【志高】家用电热毯双控调温",
"cid": 8,
"subcid": [113820],
"ddqDesc": "除螨虫,更健康",
"mainPic": "https://img.alicdn.com/imgextra/i1/1754461448/O1CN01TdZDf71MZE4C5MFh3_!!1754461448.jpg",
"originalPrice": 89.0,
"actualPrice": 49.0,
"couponPrice": 40.0,
"discounts": 0.55,
"couponLink": "https://uland.taobao.com/quan/detail?sellerId=2744899201&activityId=de6bee4431d24058a9314dc4f300a05a",
"couponEndTime": "2019-12-11 23:59:59",
"couponStartTime": "2019-12-10 00:00:00",
"couponConditions": "89",
"commissionType": 3,
"commissionRate": 20.0,
"createTime": "2019-12-09 16:14:19",
"couponReceiveNum": 2000,
"couponTotalNum": 100000,
"monthSales": 45737,
"activityType": 1,
"activityStartTime": "",
"activityEndTime": "",
"shopName": "chigo志高鑫溶铭专卖店",
"shopLevel": 14,
"sellerId": "2744899201",
"brand": 1,
"brandId": 30664,
"brandName": "志高",
"twoHoursSales": 26,
"dailySales": 26,
"quanMLink": 0,
"hzQuanOver": 0,
"yunfeixian": 1,
"estimateAmount": -1,
"tbcid": 50000360
}],
"roundsList": [{
"ddqTime": "2019-12-10 08:00:00",
"status": 0
}, {
"ddqTime": "2019-12-10 10:00:00",
"status": 1
}]
}
}
{
"msg":"服务器错误",
"code":-1,
"time":1554365022200
}