Authored by mali

sasa

# 新增物理分类
---------------------
# 新增物理分类
> 接口名: `/product/addProductSort`
### 方法
> POST JSONRAW
### 入参 {"sortName":"sortName", "sortInitials" : "sortInitials", "firstSortId" : 1 , "secondSortId" : 10, "orderBy": 1, "status" :1}
-------------------------
|属性名称|类型|例子|说明|是否必填|
|--------|----|----|----|--------|
|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."
}
```
\ No newline at end of file
... ...