Changes between Version 84 and Version 85 of baby3_developers/interface


Ignore:
Timestamp:
01/20/2015 10:00:37 AM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby3_developers/interface

    v84 v85  
    633633                     "name": sting,二级分类名  
    634634                     "hasChildren": bool,是否有三级分类 
    635                      "url": string,二级分类页对应url, 如果isHaveThirdSort为false必须提供 
     635                     "url": string,二级分类页对应url, 如果hasChildren为false必须提供 
    636636                     "id": 二级分类id 
    637                      "childrenCount": int,三级分类数量如果isHaveThirdSort为true必须提供 
     637                     "childrenCount": int,三级分类数量如果hasChildren为true必须提供 
    638638                  } …… 
    639639               ] 
     
    654654                  "id": 三级分类id 
    655655                  "url": string,三级分类页对应url,如果hasChildren为false必须提供 
    656                   "count": int,四级分类数量,如果isHaveThirdSort为true必须提供 
     656                  "childrenCount": int,四级分类数量,如果hasChildren为true必须提供 
    657657                  "list":[ 
    658658                            { 
     
    660660                                "cmtUrl": string,评论链接 
    661661                                "name": sting,四级分类名(文章名) 
    662                                 "sortUrl": string,四级分类链接(文章链接) 
     662                                "url": string,四级分类链接(文章链接) 
    663663                            } …… 
    664664                         ]