[关闭]
@zwenqiang 2019-09-11T03:03:46.000000Z 字数 1397 阅读 810

接口:
http://pre.damo.meili-inc.com/api/item/search?startDate=20190910&endDate=20190911&itemField=676818444&fields=searchTag&fields=itemMarks&fields=shopTags_ws

请求参数:
itemFields: 输入商品ID或者商品链接
startDate: 开始日期20190910
endDate: 结束日期20190911
fields: 指标字段可以传多个 fields=similar_group_id&fields=itemMarks

请求结果:
result 中map分别表示多个字段的变更记录,realTime是实时状态,values 是历史变更记录,

 
{
"result": {
"shopTags_ws": {
"realTime": "30001 800 801 2 900 805 903 905 2000 80305 113 80304 200767 1759 1132 940 7711 823 925 402 12 1357 48 400",
"values": [
{
"key": "shopTags_ws",
"value": "30001 800 801 2 900 805 903 905 2000 80305 113 80304 200767 1759 1132 940 7711 823 925 402 12 1357 48 400",
"time": 1568166302,
"type": "增量"
},
{
"key": "shopTags_ws",
"value": "800 801 2 900 805 903 905 2000 80305 113 80304 200767 1759 1132 940 7711 823 925 402 12 1357 48 400",
"time": 1568132302,
"type": "全量"
},
{
"key": "shopTags_ws",
"value": "800 801 2 900 805 903 905 2000 80305 113 80304 200767 1759 1132 940 7711 823 925 402 12 1357 48 400",
"time": 1568045905,
"type": "全量"
}
]
},
"itemMarks": {
"realTime": "188 166 16 1618",
"values": [
{
"key": "itemMarks",
"value": "188 166 16 1618",
"time": 1568132302,
"type": "全量"
},
{
"key": "itemMarks",
"value": "188 166 16 1618",
"time": 1568045905,
"type": "全量"
}
]
},
"searchTag": {
"realTime": "100 102 104 105 202 400 404 805 807 925",
"values": [
{
"key": "searchTag",
"value": "100 102 104 105 202 400 404 805 807 925",
"time": 1568132302,
"type": "全量"
},
{
"key": "searchTag",
"value": "100 102 104 105 202 400 404 805 807 925",
"time": 1568045905,
"type": "全量"
}
]
}
},
"status": {
"code": 1001,
"msg": "正常"
},
"success": true
}

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注