Changes between Version 183 and Version 184 of pcauto_pconline_4.0.0/intf


Ignore:
Timestamp:
06/06/2013 12:02:06 PM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v183 v184  
    408408    url: 汽车网:http://mrobot.pcauto.com.cn/v2/bbs/topics/3647953?pageNo=1&pageSize=20 (新版已上线) 
    409409         电脑网:http://mrobot.pconline.com.cn/v2/itbbs/topics/49817167?topicTemplate=4.0&picRule=0 (可内测) 
    410     作用:套用新模板帖子终端页 
     410    作用:套用新模板帖子终端页  
    411411    使用范围:汽车网app、电脑网app、汽车论坛app 
    412412    备注:新模板要求显示该帖子所属的论坛入口,链接为{$app}://bbs-topics/{$id}; 
     
    416416          添加回复按钮,链接为pcaction://reply?tid={$tid}&pid={$pid}&floor={$floor},参数分别为帖子id、楼层id和楼层索引; 
    417417          当该帖子为精华帖时,需要显示相应的提示。 
    418           查看设计稿:http://192.168.50.207/2013.04/App4.0/pcauto/auto_lttz.html 
    419418          修改源代码内的这段代码:/*@_HTML_META_START_ 
    420419{"title":"紧急联络号   1号在手   拓友走遍全国(随时更新)","pageNo":1,"pageCount":5,"webUrl":"http://bbs.pcauto.com.cn/topic-3630588.html","userId":5609632,"favoriteId":-1} 
    421420_HTML_META_END_@*/,添加favoriteId字段。该字段在不传入common_session_id始终返回-1;在传入common_session_id的情况,如果该用户有收藏该帖子则返回对应的favoriteId,没有收藏的话则返回-1。 
    422421         当帖子终端显示为大图时,点击图片触发pcaction://big-photo?url="xxx.jpg" 
     422         查看设计稿:http://192.168.50.207/2013.04/App4.0/pcauto/auto_lttz.html 
    423423         
     424 
    424425    HTTP请求方式:get                          
    425426    是否需要登录:否                           
     
    429430        authorId: 为0时显示所有楼层,为楼主id时只显示楼主发布的楼层;authorId可以在/*@_HTML_META_START_  _HTML_META_END_@*/里找到 
    430431        app: 同2.20文章页 
    431         readingMode:同2.20文章页 
     432        url后面加入参数#night为夜间模式 
    432433 
    433434}}}