“我的产品中增加类目筛选”的版本间的差异

来自qingwei personal wiki
跳转至: 导航搜索
后台接口支持类目树筛选
第4行: 第4行:
 
'''业务流'''
 
'''业务流'''
 
http://oneness2.alibaba-inc.com/businessFlow?moduleId=114&interfaceId=2577&group=alidata
 
http://oneness2.alibaba-inc.com/businessFlow?moduleId=114&interfaceId=2577&group=alidata
 +
=== HSF测试 ===
 +
<source lang="json">
 +
[
 +
  "vip/product/getLvl3Cate",
 +
  {
 +
    "adminMemberSeq": "14",
 +
    "statDate": "2018-10-13"
 +
  }
 +
]
 +
</source>
 +
 
== 三级类目树筛选,后端接口  ==
 
== 三级类目树筛选,后端接口  ==
  
 
[[category: 阿里]]
 
[[category: 阿里]]
 
[[category: 数据管家]]
 
[[category: 数据管家]]

2018年10月18日 (四) 06:46的版本

后台接口支持类目树筛选

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"
  }
]

三级类目树筛选,后端接口