Changes between Version 119 and Version 120 of baby/interface


Ignore:
Timestamp:
08/25/2014 10:53:46 AM (12 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v119 v120  
    17301730=== 9.0二胎政策 === 
    17311731{{{ 
    1732  2胎政策部分使用接口文档: 
     1732 2胎政策 参照接口文档: 
    17331733 http://trac.pc.com.cn/iphone/wiki/2ndchild/interface 
    17341734}}} 
    17351735 
    1736 === 9.1 亲子宝典一/二胎 资讯 === 
    1737 {{{ 
    1738   参照接口文档 
    1739   http://trac.pc.com.cn/iphone/wiki/2ndchild/interface 
    1740 }}} 
    1741  
    1742 ==== 9.1.1 亲子宝典一/二胎怀孕文章栏目 ==== 
     1736==== 9.0.1 亲子宝典一/二胎 资讯栏目 (mrobot) ==== 
    17431737{{{ 
    17441738URL:http://mrobot.pcbaby.com.cn/configs/pcbaby_qzbd_cms_iphone_channel_tree 
     
    17861780} 
    17871781}}} 
     1782 
     1783=== 9.0.2  资讯文章列表接口 (mrobot)=== 
     1784{{{ 
     1785URL:http://mrobot.pcbaby.com.cn/v2/cms/channels/1?pageSize=20&pageNo=1 
     1786作用:获取资讯栏目 
     1787提交方式:GET 
     1788参数: 
     1789     /channels/1:栏目id ;(qzbd1tai:1 头条;2 怀孕;3 产后;4 育儿 ;qzbd2tai:1 头条;2 备孕;3 孕育;4 高龄产妇 ) 
     1790     type:(qzbd1tai:亲子宝典一胎,qzbd2tai:亲子宝典二胎); 
     1791     pageSize:每页显示的条数; 
     1792     pageNo:当前所在页数。 
     1793 
     1794返回结果:JSON 
     1795{ 
     1796  "articleList": [ 
     1797    { 
     1798      "id": "3473048", 
     1799      "image": "http://img0.pcauto.com.cn/pcauto/1311/25/g_3473048_1385345794838_240x160.jpg", 
     1800      "pubDate": "2013-11-25", 
     1801      "title": "标题", 
     1802      "type": 1, 
     1803      "url": "http://www.pcauto.com.cn/nation/347/3473048.html" 
     1804    }, 
     1805    { 
     1806      "id": "3473181", 
     1807      "image": "http://img0.pcauto.com.cn/pcauto/1311/25/g_3473181_1385343847663_240x160.jpg", 
     1808      "pubDate": "2013-11-25", 
     1809      "title": "标题", 
     1810      "type": 1, 
     1811      "url": "http://www.pcauto.com.cn/nation/347/3473181.html" 
     1812    } 
     1813  ], 
     1814  "focus": [ 
     1815    { 
     1816      "id": "3469260", 
     1817      "image": "http://img0.pcauto.com.cn/pcauto/guangzhou/2013/jsjx/1311/11243.jpg", 
     1818      "pubDate": "2013-11-25", 
     1819      "title": "标题", 
     1820      "topicUrl": "http://www.pcauto.com.cn/guangzhou/346/3469260.html", 
     1821      "url": "http://www.pcauto.com.cn/guangzhou/346/3469260.html" 
     1822    } 
     1823  ], 
     1824  "pageNo": 1, 
     1825  "pageSize": 20, 
     1826  "topArticle": [ 
     1827    { 
     1828      "id": "4245514", 
     1829      "image": "http://img0.pcauto.com.cn/pcauto/1311/25/3463325_chezhan.jpg", 
     1830      "pubDate": "2013-11-25", 
     1831      "seq": 4, 
     1832      "title": "标题", 
     1833      "to-uri": "pcautobrowser://bbs-topic/4245514", 
     1834      "type": 2 
     1835    } 
     1836  ], 
     1837  "topFocus": [ 
     1838    { 
     1839      "cc-uri": "", 
     1840      "image": "http://imgad0.pcauto.com.cn/ivy/image/201311/7/13837866234700.jpg", 
     1841      "seq": 3, 
     1842      "title": "广告", 
     1843      "to-uri": "http://ivy.pcauto.com.cn/adpuba/click?adid=291573&id=auto.khd.zx.syjdt.", 
     1844      "vc-uri": "http://ivy.pcauto.com.cn/adpuba/show?adid=291573&id=auto.khd.zx.syjdt.&media=js" 
     1845    } 
     1846  ], 
     1847  "pageNo": 1, 
     1848  "pageSize": 20, 
     1849  "total": 150 
     1850} 
     1851}}} 
     1852 
    17881853 
    17891854=== 10.百科列表接口 ===