“我的产品中增加类目筛选”的版本间的差异
来自qingwei personal wiki
第39行: | 第39行: | ||
] | ] | ||
</source> | </source> | ||
+ | == 数据支持 == | ||
[[category: 阿里]] | [[category: 阿里]] | ||
[[category: 数据管家]] | [[category: 数据管家]] |
2018年10月18日 (四) 06:59的版本
后台接口支持类目树筛选
RPC接口
接口
vip/product/getLvl3Cate
业务流
http://oneness2.alibaba-inc.com/businessFlow?moduleId=114&interfaceId=2577&group=alidata
HSF测试
[
"vip/product/getLvl3Cate",
{
"adminMemberSeq": "14",
"statDate": "2018-10-13"
}
]
三级类目树筛选,后端接口
RPC接口
- 接口
vip/product/getEffectiveProducts
- 业务流
http://oneness2.alibaba-inc.com/businessFlow?moduleId=114&interfaceId=1919&group=alidata
HSF测试
[
"vip/product/getEffectiveProducts",
{
"adminMemberSeq": "200042360",
"statDate": "2018-10-13",
"statisticsType": "day",
"level3CateId": "1458"
}
]