Changes between Version 35 and Version 36 of pconline_3.8.0


Ignore:
Timestamp:
05/23/2014 06:03:33 PM (12 years ago)
Author:
limingjiu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_3.8.0

    v35 v36  
    279279==  3. 论坛 == 
    280280=== 3.1 论坛广场:焦点图 === 
    281  
    282 {{{ 
    283  
    284 URL:待定 
     281{{{ 
     282 
     283URL:http://www.pconline.com.cn/app/bbs/focus/ 
    285284方法:get 
    286 参数:待定 
    287 返回:(如下内容仅供参考) 
    288  
     285参数:无 
     286返回: 
    289287{ 
    290      "forcus": 
    291      [ 
    292           { 
    293                bid:     <— 帖子ID、 
    294                image:<— 图片URL 
    295                title:    <— 显示TITLE 
    296                url:      <— 帖子URL(类似资讯首页的焦点图数据) 
    297                …..(与现有帖子属性一致) 
    298           } 
    299      ] 
    300288} 
    301289}}} 
    302290 
    303 === 3.2 每日热帖 === 
    304  
    305 {{{ 
    306  
     291=== 3.2 论坛广场:热门板块 === 
     292{{{ 
     293URL:http://www.pconline.com.cn/app/nq/1405/intf5401.js 
     294方法:get 
     295参数:无 
     296返回: 
     297{ 
     298} 
     299}}} 
     300 
     301 
     302=== 3.3 每日热帖 === 
     303{{{ 
    307304功能:目前需求返回每日热帖前5条,帖子内容与现在的帖子列表返回数据基本一致,增加帖子内容概述,以及带图的帖子返回一张图片URL[[BR]] 
    308 URL:待定 
    309 参数:无 
     305URL:http://itbbs.pconline.com.cn/mobile/topics.ajax -- 非最数码 
     306URL:http://piebbs.pconline.com.cn/mobile/topics.ajax -- 最数码 
     307参数:详细请查看,http://itbbs.pconline.com.cn/mobile/topics.do?help=true 
    310308方法:get 
    311 返回:(如下内容仅供参考) 
    312  
    313 { 
    314     "status":1 (0.成功 其他:失败) 
    315     "msg":"成功" 
    316     "hot-topics”:[ 
    317       { 
    318       “imageurl”:”http://xxx.com/xxx.jpg”     (如果存在图片的情况下,返回图片) 
    319          //原有接口帖子结构体, 
    320      },] 
    321 } 
    322 }}} 
    323  
    324 === 3.3 热门版块列表 === 
    325  
    326 {{{ 
    327  
    328 功能:请求热门论坛列表 
    329 URL:待定 
    330 参数:无 
    331 方法:get 
    332 返回:(如下内容仅供参考) 
    333  
    334 { 
    335      "status":1 (0.成功 其他:失败) 
    336      "msg":"成功" 
    337      "hot-topics”:[ 
    338       { 
    339          "forumid”:123, 
    340          "forumname”:”最数码”,                     
    341          "topicnumber”:12323123 
    342          "membercount”:1234 
    343      },] 
    344 }  
     309返回: 
     310 
     311}}} 
     312 
    345313}}} 
    346314