请求方式:GET
注:请求参数须区分大小写
String url = "https://openapi.dataoke.com/api/group-goods";
String appKey = "xxx";
String appSecret = "xxx";
TreeMap<String, String> paraMap = new TreeMap<>();
paraMap.put("version", "v1.0.0");
paraMap.put("group_id", 1);
String data = ApiClient.sendReq(url, appSecret, paraMap);
SDK调用示例
String appKey = "xxx";
String appSecret = "xxx";
DtkApiClient client = DtkApiClient.getInstance(appKey,appSecret);
DtkCommodityMaterialsRequest request = new DtkCommodityMaterialsRequest();
request.setVersion("v1.0.0");
request.setId("1");
DtkApiResponse<List<DtkCommodityMaterialsResponse>> execute = client.execute(request);
{
"cache": false,
"code": 0,
"data": {
"list": [
{
"brandName": "水卫仕",
"commissionRate": "34.00",
"couponPrice": "11.90",
"createTime": "2024-08-22 09:32:33",
"dTitle": "水卫仕厨房重油污清洁剂480g*2瓶",
"goodsLink": "https://uland.taobao.com/item/edetail?id=0V7k4g9s7t8mVY2oQJS0VVU2t4-qk84YW9SnNXvV06PH8",
"groupId": 1,
"groupName": "官方精推采集1群",
"materialData": [
{
"content": "https://sr.ffquan.cn/yfdimg/20240822/1f5ae5dc886a129b0f848f21b989f7ca.jpg",
"type": 2
},
{
"content": "https://sr.ffquan.cn/yfdimg/20240822/9048de6b13ef696263e42e7833bb7679.jpg",
"type": 2
},
{
"content": "https://sr.ffquan.cn/yfdimg/20240822/bd4833f957a75971688b2a13e5eedf9f.jpg",
"type": 2
},
{
"content": "天猫超市\r\n水卫仕 油污清洁剂2瓶💰11.9\r\n\r\n大家记住这个牌子硬❗质量好\r\n券:",
"type": 1
},
{
"content": "溶解油污的速度相当快!!\n\n再重的油污,一喷一擦就干净",
"type": 1
}
],
"pic": "https://img.alicdn.com/imgextra/i4/6000000006638/O1CN01IYhEF51yuFzeQZfOn_!!6000000006638-2-at.png",
"platform": 0,
"productId": "qk84YW9SnNXvV06PH8",
"sales": 8000,
"sellerId": "144185701108507162",
"shopName": "天猫超市",
"signId": "0V7k4g9s7t8mVY2oQJS0VVU2t4-qk84YW9SnNXvV06PH8",
"title": "包邮水卫仕厨房重油污净清洁剂去油污家用油烟机灶台去重油清洗剂"
}
],
"page": 1,
"total": 1
},
"msg": "成功",
"requestId": "eb4d3e5c604f14501ca5aa7aa3115d09",
"time": 1724292828265700
}