|
|
# 限购码管理接口服务定义
|
|
|
---------------------
|
|
|
|
|
|
# 添加限购码接口
|
|
|
|
|
|
> 接口名: `/product/queryMaxSortByName`
|
|
|
|
|
|
### 入参{"idName": ""}
|
|
|
|
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|是否必填|
|
|
|
|--------|----|----|----|--------|
|
|
|
|idName|string|一级分类名称|分类的名称|NO|
|
|
|
---------------------
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
``` json
|
|
|
{
|
|
|
"code": 200,
|
|
|
"data": [
|
|
|
{
|
|
|
"booleanStatus": true,
|
|
|
"createTime": 0,
|
|
|
"gender": 3,
|
|
|
"id": 3,
|
|
|
"isHot": "N",
|
|
|
"orderBy": 90,
|
|
|
"parentId": 0,
|
|
|
"sortCode": "3,0,0",
|
|
|
"sortInitials": "kz",
|
|
|
"sortLevel": 1,
|
|
|
"sortName": "裤装",
|
|
|
"status": 1,
|
|
|
"text": "裤装",
|
|
|
"updateTime": 0
|
|
|
}
|
|
|
],
|
|
|
"md5": "c4596e87bab3f28e7d2c8a365fca5881",
|
|
|
"message": "Product Sort List."
|
|
|
}
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
一、根据父品类Id 查询 其子品类列表
|
|
|
/product/queryProductSortList
|
|
|
|
...
|
...
|
|