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