Commit 5726f7e3ccef99dabe1669c694a5af7db0d09ce7

Authored by 张奎
1 parent 63717c1a

update

01.点播云/3.0 获取分类树接口.md
@@ -37,17 +37,13 @@ HTTP GET @@ -37,17 +37,13 @@ HTTP GET
37 "categorys": [ 37 "categorys": [
38 { 38 {
39 "categoryId": 1000, 39 "categoryId": 1000,
40 - "title": "娱乐",  
41 - "parentId": 0,  
42 - "createDate": "2017-09-10 10:20:30",  
43 - "lastModify": "2017-09-11 12:21:32" 40 + "categoryName": "娱乐",
  41 + "parentId": 0
44 }, 42 },
45 { 43 {
46 "categoryId": 1234, 44 "categoryId": 1234,
47 - "title": "娱乐",  
48 - "parentId": 1000,  
49 - "createDate": "2017-09-10 10:20:30",  
50 - "lastModify": "2017-09-11 12:21:32" 45 + "categoryName": "娱乐",
  46 + "parentId": 1000
51 } 47 }
52 ] 48 ]
53 49