Authored by zhaoqing

Update shopCategory.md

... ... @@ -29,7 +29,38 @@
``` json
{
"code": 200,
"data": [],
"data": [
{
"categoryId": 14,
"categoryName": "啦啦啦",
"createTime": 1468921575,
"productNum": 0
},
{
"categoryId": 12,
"categoryName": "促销",
"createTime": 1468921377,
"productNum": 0
},
{
"categoryId": 10,
"categoryName": "夏季促销",
"createTime": 1468921220,
"productNum": 0
},
{
"categoryId": 8,
"categoryName": "夏季促销",
"createTime": 1468920994,
"productNum": 0
},
{
"categoryId": 2,
"categoryName": "六月促销",
"createTime": 1468919647,
"productNum": 0
}
],
"message": "获取类目列表成功!"
}
... ...