Changes between Version 24 and Version 25 of baby3_developers/interface


Ignore:
Timestamp:
12/25/2014 10:32:58 AM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby3_developers/interface

    v24 v25  
    126126   }, 
    127127   "hot": //育儿热点 
    128      [  
     128     {  
    129129        "title":"育儿热点", 
    130130        "section":[ 
     
    135135          ... 
    136136          ] 
    137      ], 
     137     }, 
    138138   "video": //在线视频 
    139     [  
     139    {  
    140140        "title":"在线视频", 
    141141        "section":[ 
     
    148148          ... 
    149149          ] 
    150      ], 
     150   }, 
    151151   "question": //问答专栏 
    152     [  
     152    {  
    153153        "title":"问答专栏", 
    154154        "section":[ 
     
    161161           ... 
    162162          ] 
    163      ], 
     163    }, 
    164164    "article": //育儿文章 
    165     [  
     165    {  
    166166        "title":"育儿文章", 
    167167        "section":[ 
     
    174174             ... 
    175175          ] 
    176      ] 
     176   } 
    177177} 
    178178}}}