Showing
1 changed file
with
45 additions
and
0 deletions
1 | +# 限购码管理接口服务定义 | ||
2 | +--------------------- | ||
3 | + | ||
4 | +# 添加限购码接口 | ||
5 | + | ||
6 | +> 接口名: `/product/queryMaxSortByName` | ||
7 | + | ||
8 | +### 入参{"idName": ""} | ||
9 | + | ||
10 | +------------------------- | ||
11 | +|属性名称|类型|例子|说明|是否必填| | ||
12 | +|--------|----|----|----|--------| | ||
13 | +|idName|string|一级分类名称|分类的名称|NO| | ||
14 | +--------------------- | ||
15 | + | ||
16 | +### 返回 | ||
17 | + | ||
18 | +``` json | ||
19 | +{ | ||
20 | + "code": 200, | ||
21 | + "data": [ | ||
22 | + { | ||
23 | + "booleanStatus": true, | ||
24 | + "createTime": 0, | ||
25 | + "gender": 3, | ||
26 | + "id": 3, | ||
27 | + "isHot": "N", | ||
28 | + "orderBy": 90, | ||
29 | + "parentId": 0, | ||
30 | + "sortCode": "3,0,0", | ||
31 | + "sortInitials": "kz", | ||
32 | + "sortLevel": 1, | ||
33 | + "sortName": "裤装", | ||
34 | + "status": 1, | ||
35 | + "text": "裤装", | ||
36 | + "updateTime": 0 | ||
37 | + } | ||
38 | + ], | ||
39 | + "md5": "c4596e87bab3f28e7d2c8a365fca5881", | ||
40 | + "message": "Product Sort List." | ||
41 | +} | ||
42 | + | ||
43 | +``` | ||
44 | + | ||
45 | + | ||
1 | 一、根据父品类Id 查询 其子品类列表 | 46 | 一、根据父品类Id 查询 其子品类列表 |
2 | /product/queryProductSortList | 47 | /product/queryProductSortList |
3 | 48 |
-
Please register or login to post a comment