Changes between Version 35 and Version 36 of pconline_3.8.0
- Timestamp:
- 05/23/2014 06:03:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pconline_3.8.0
v35 v36 279 279 == 3. 论坛 == 280 280 === 3.1 论坛广场:焦点图 === 281 282 {{{ 283 284 URL:待定 281 {{{ 282 283 URL:http://www.pconline.com.cn/app/bbs/focus/ 285 284 方法:get 286 参数:待定 287 返回:(如下内容仅供参考) 288 285 参数:无 286 返回: 289 287 { 290 "forcus":291 [292 {293 bid: <— 帖子ID、294 image:<— 图片URL295 title: <— 显示TITLE296 url: <— 帖子URL(类似资讯首页的焦点图数据)297 …..(与现有帖子属性一致)298 }299 ]300 288 } 301 289 }}} 302 290 303 === 3.2 每日热帖 === 304 305 {{{ 306 291 === 3.2 论坛广场:热门板块 === 292 {{{ 293 URL:http://www.pconline.com.cn/app/nq/1405/intf5401.js 294 方法:get 295 参数:无 296 返回: 297 { 298 } 299 }}} 300 301 302 === 3.3 每日热帖 === 303 {{{ 307 304 功能:目前需求返回每日热帖前5条,帖子内容与现在的帖子列表返回数据基本一致,增加帖子内容概述,以及带图的帖子返回一张图片URL[[BR]] 308 URL:待定 309 参数:无 305 URL:http://itbbs.pconline.com.cn/mobile/topics.ajax -- 非最数码 306 URL:http://piebbs.pconline.com.cn/mobile/topics.ajax -- 最数码 307 参数:详细请查看,http://itbbs.pconline.com.cn/mobile/topics.do?help=true 310 308 方法: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 345 313 }}} 346 314
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)