Changes between Version 132 and Version 133 of baby/interface


Ignore:
Timestamp:
02/06/2015 02:51:14 PM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v132 v133  
    19041904}}} 
    19051905 
     1906==== 9.0.2.资讯文章终端接口 (mrobot)==== 
     1907{{{ 
     1908URL:http://mrobot.pcbaby.com.cn/v3/cms/articles/2097770?pageNo=1&size=17&picRule=2 
     1909作用:获取文章内容 
     1910提交方式:GET 
     1911参数: 
     1912  2097770? 文章id; 
     1913  pageNo:当前所在页数; 
     1914  picRule:图片默认显示规则,0为显示小图,1为显示文字链接;2为显示大图。 
     1915  size:默认文章字体大小; 
     1916   
     1917返回结果:HTML页面 
     1918同时在html源代码中加入以下内容,此为附加信息 
     1919<!--  
     1920/*@_HTML_META_START_     
     1921{ 
     1922  "title": "春节保证让宝宝不生病的辅食调理大法", 
     1923  "url": "http://product.pcbaby.com.cn/zx/jdzx/1501/2097770.html", 
     1924  "wap_url": "http://m.pcbaby.com.cn/x/209/2097770.html", 
     1925  "firstPic": "http://img0.pcbaby.com.cn/pcbaby/1502/04/2097770_02150204.jpg", 
     1926} 
     1927_HTML_META_END_@*/ 
     1928 --> 
     1929 url:用于获取评论的url 
     1930 title:文章的标题 
     1931 firstPic:用于分享,文章终端的第一张图 
     1932 wap_url: 用于分享,分享出去后的点击url 
     1933}}} 
    19061934 
    19071935=== 10.百科列表接口 ===