| 580 | | "wikiSortName": //string,一级分类名 |
| 581 | | "isHaveSecondSort": //bool,是否有二级分类 |
| 582 | | "wikiSortUrl": //string,一级分类页对应url,如果isHaveSecondSort为false必须提供 |
| 583 | | "wikiSecondSortCount": //int,二级分类数量,如果isHaveSecondSort为true必须提供 |
| 584 | | "wikiSecondSortList":[ |
| | 580 | "name": //string,一级分类名 |
| | 581 | "hasChildren": //bool,是否有二级分类 |
| | 582 | "id": //一级分类id |
| | 583 | "url": //string,一级分类页对应url,如果hasChildren为false必须提供 |
| | 584 | "childrenCount": //int,二级分类数量,如果hasChildren为true必须提供 |
| | 585 | "list":[ |
| 586 | | "wikiSecondSortName": //string,二级分类名 |
| 587 | | "isHaveThirdSort”: //bool,是否有三级分类 |
| 588 | | "wikiSecondSortUrl": //string,二级分类页对应url, 如果isHaveThirdSort为false必须提供 |
| 589 | | "wikiSecondSortId": //二级分类id |
| 590 | | "wikiThirdSortCount": //int,三级分类数量如果isHaveThirdSort为true必须提供 |
| | 587 | "name": //string,二级分类名 |
| | 588 | "hasChildren”: //bool,是否有三级分类 |
| | 589 | "url": //string,二级分类页对应url, 如果hasChildren为false必须提供 |
| | 590 | "id": //二级分类id |
| | 591 | "childrenCount": //int,三级分类数量如果hasChildren为true必须提供 |
| 620 | | "wikiThirdSortName": //string,三级分类名 |
| 621 | | "isHaveThirdSort": //bool,是否有四级分类 |
| 622 | | "wikiThirdSortUrl": //string,三级分类页对应url,如果isHaveThirdSort为false必须提供 |
| 623 | | "wikiFourthSortCount": //int,四级分类数量,如果isHaveThirdSort为true必须提供 |
| 624 | | "wikiFourthSortList":[ |
| | 621 | "name": //string,三级分类名 |
| | 622 | "hasChildren": //bool,是否有四级分类 |
| | 623 | "id": //三级分类id |
| | 624 | "url": //string,三级分类页对应url,如果hasChildren为false必须提供 |
| | 625 | "count": //int,四级分类数量,如果hasChildren为true必须提供 |
| | 626 | "list":[ |