简要描述:
- 商品销售排名
请求域名:
- http://xx.com
请求URL:
POST/route=survey.survey.goods-sale-ranking
参数:
参数名 | 类型 | 是否必须 | 说明 |
---|---|---|---|
start_time | int | 否 | 搜索开始时间戳 |
end_time | int | 否 | 搜索结束时间戳 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": [
{
"key": 1,
"title": null,
"value": "434"
},
{
"key": 2,
"title": null,
"value": "140"
},
{
"key": 3,
"title": null,
"value": "58"
},
{
"key": 4,
"title": null,
"value": "32"
},
{
"key": 5,
"title": null,
"value": "30"
},
{
"key": 6,
"title": null,
"value": "30"
},
{
"key": 7,
"title": null,
"value": "23"
},
{
"key": 8,
"title": null,
"value": "19"
},
{
"key": 9,
"title": null,
"value": "17"
},
{
"key": 10,
"title": null,
"value": "17"
}
]
}
错误时返回:
{
"result": 0,
"msg": "获取失败"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
key | int | 排名 |
title | string | 商品名称 |
value | int | 销量 |
备注:
可以按日期搜索的数据都用单独接口获取