Changes between Version 23 and Version 24 of pconline_4.0.0/interface


Ignore:
Timestamp:
12/30/2014 11:30:34 AM (11 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_4.0.0/interface

    v23 v24  
    3333 专题类型时,to-uri字段指定专题页网址,且必须包含“type=zt”(旧版本就已经规定过);而且必须包含“browser=commonWebView”参数(表示用专题webview打开);参数“showShareButton={0或者1}”表示是否显示分享按钮,0不显示,1显示 
    3434 mrobot接口:http://mrobot.pconline.com.cn/v2/cms/channels/1?pageNo=1&pageSize=20 
     35 文章页,需要提供只读字段(readonly  true表示只读,false表示可读可评),以前接口就应该有该字段 
     36 
    3537 后端接口:无 
    3638 HTTP请求方式:get 
     
    5355            "title": 标题, 
    5456            "url": 文章详情地址, 
     57            "readonly":true,  
    5558            "informationType": 资讯类型 
    5659        } 
     
    6467            "title": 标题, 
    6568            "url": 文章详情地址, 
     69            "readonly":true,  
    6670            "informationType": 资讯类型 
    6771        }