请求方式:GET
注:请求参数须区分大小写
String url = "https://openapi.dataoke.com/api/category/get-super-category";
String appKey = "xxx";
String appSecret = "xxx";
TreeMap<String, String> paraMap = new TreeMap<>();
paraMap.put("version", "v1.1.0");
paraMap.put("appKey", appKey);
String data = ApiClient.sendReq(url, appSecret, paraMap);
SDK调用示例
String appKey = "xxx";
String appSecret = "xxx";
DtkApiClient client = DtkApiClient.getInstance(appKey,appSecret);
DtkGetSuperCategoryRequest request = new DtkGetSuperCategoryRequest();
request.setVersion("v1.0.0");
DtkApiResponse < List < DtkGetSuperCategoryResponse >> execute = client.execute(request);
{
"status": 200,
"data": {
"time": 1589010833075,
"code": 0,
"msg": "成功",
"data": [{
"cid": 6,
"cname": "美食",
"cpic": "https://img.alicdn.com/imgextra/i3/2053469401/O1CN01hKSnoI2JJhz2bCgzy_!!2053469401.png",
"subcategories": [{
"subcid": 117944,
"subcname": "懒人速食",
"scpic": "https://img.alicdn.com/imgextra/i1/2053469401/TB2gO5rtr1YBuNjSszhXXcUsFXa-2053469401.png"
}, {
"subcid": 116908,
"subcname": "无辣不欢",
"scpic": "https://img.alicdn.com/imgextra/i2/2053469401/O1CN01U0MPiS2JJhzxMn5rO_!!2053469401.png"
}, {
"subcid": 90318,
"subcname": "快捷早餐",
"scpic": "https://img.alicdn.com/imgextra/i3/2053469401/O1CN01C4slBs2JJhx2jaYcm_!!2053469401.png"
}, {
"subcid": 8409,
"subcname": "休闲零食",
"scpic": "https://img.alicdn.com/imgextra/i2/2053469401/O1CN01aOer0W2JJhzuGlt4R_!!2053469401.png"
}, {
"subcid": 117943,
"subcname": "生鲜果蔬",
"scpic": "https://img.alicdn.com/imgextra/i2/2053469401/TB22X0WwuGSBuNjSspbXXciipXa-2053469401.png"
}, {
"subcid": 116910,
"subcname": "肉食主义",
"scpic": "https://img.alicdn.com/imgextra/i3/2053469401/O1CN01M0Y1rP2JJhzpF6ZTN_!!2053469401.png"
}, {
"subcid": 117945,
"subcname": "酒水饮品",
"scpic": "https://img.alicdn.com/imgextra/i3/2053469401/TB27SJFtv9TBuNjy0FcXXbeiFXa-2053469401.png"
}, {
"subcid": 116909,
"subcname": "幸福甜品",
"scpic": "https://img.alicdn.com/imgextra/i4/2053469401/O1CN01biWHsP2JJhzwYA0ym_!!2053469401.png"
}, {
"subcid": 116914,
"subcname": "坚果蜜饯",
"scpic": "https://img.alicdn.com/imgextra/i4/2053469401/O1CN011dKaxO2JJhx7VtBl0_!!2053469401.png"
}, {
"subcid": 117941,
"subcname": "佳节美食",
"scpic": "https://img.alicdn.com/imgextra/i4/2053469401/O1CN01MeFzM02JJi0KotvgG_!!2053469401.png"
}, {
"subcid": 117942,
"subcname": "粮油调味",
"scpic": "https://img.alicdn.com/imgextra/i2/2053469401/TB2U5uHtxSYBuNjSspjXXX73VXa-2053469401.png"
}]
}]
},
"msg": "请求成功"
}
{
"msg":"服务器错误",
"code":-1,
"time":1554365022200
}