Authored by bblu

Merge branch 'develop' of http://git.dev.yoho.cn/platform/yohobuy-doc into develop

... ... @@ -20,8 +20,8 @@
"data": {
"list": [
{
"id": "",
“parentId": "", //父分类ID
"id": "", //分类ID
"parentId": "", //父分类ID
"name": "", //分类名称
"status": "", //状态,0关闭,1开启
"orderBy": "", //排序
... ... @@ -108,8 +108,8 @@
"code":200,
"message":"操作成功",
"data": {
"id": "",
“parentId": "", //父分类ID
"id": "", //分类ID
"parentId": "", //父分类ID
"name": "", //分类名称
"status": "", //状态,0关闭,1开启
"orderBy": "", //排序
... ... @@ -129,7 +129,7 @@
-------------------------
|属性名称|类型|例子|说明|
|--------|----|----|----|
|id|intr|43|分类id|
|id|int|43|分类id|
---------------------
### 返回
... ...