Authored by pangjie

修改优惠券文档

... ... @@ -466,60 +466,6 @@
}*
## 查询分类
请求路径:product/queryAllMaxSortList
请求类型 GET
请求参数:无
响应:
{
"code": 200,
"data": [
{
"booleanStatus": false,
"createTime": 1460079347,
"gender": 3,
"id": 592,
"isHot": "N",
"orderBy": 1,
"parentId": 0,
"sortCode": "592,0,0,0",
"sortInitials": "11",
"sortLevel": 1,
"sortName": "0408新增1",
"status": 0,
"subList": [
{
"booleanStatus": true,
"createTime": 1460079406,
"gender": 3,
"id": 594,
"isHot": "N",
"orderBy": 111,
"parentId": 592,
"sortCode": "592,594,0,0",
"sortInitials": "11",
"sortLevel": 2,
"sortName": "0408二级",
"status": 1,
"text": "0408二级",
"updateTime": 1460079542
}
],
"text": "0408新增1",
"updateTime": 1461832849
}],
"md5": "3668754268ad0b7779fb4b4b79218b65",
"message": "Product Sort List."
}
说明 父子层级 一级分类中含有二级分类
## 发券管理列表查询
... ...