Changes between Version 32 and Version 33 of pcauto_club_4.5.0/api


Ignore:
Timestamp:
11/06/2015 03:15:56 PM (10 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.5.0/api

    v32 v33  
    281281  ||serialId||string||是||车系id|| 
    282282  ||modelId||string||是||车型id|| 
     283  ||url||string||否||车型图片的url,当车型有图片的时候传|| 
    283284  ||modelName||string||是||车系名称+车型名称|| 
    284285  ||provinceName||string||是||省名称|| 
     
    324325 
    325326 
    326 ==== 2.6 送审接口 ==== 
    327 {{{ 
    328 接口:  
    329 说明 : 送审接口 
    330  
    331 是否分页: 
     327==== 2.6 热门话题送审接口 ==== 
     328{{{ 
     329接口: /xsp/s/club/v4.5/hotSubjectList4Review.xsp 
     330说明 : 热门话题送审接口 
     331 
     332是否分页: 
    332333是否缓存:否 
    333334是否登陆:否 
     
    335336返回结果: 
    336337{ 
    337      
     338   subjectList : [{ 
     339       subjectId:话题ID 
     340       title:话题标题 
     341       description:导语 
     342       logo:话题图标    
     343 
     344   }] 
     345    
     346   total:总条数 
     347   pageNo:页码 
     348   pageSize:每页条数 
     349   pageCount:总共几页 
     350 
     351   code : 0成功,-1失败 
     352   message : 提示信息 
     353   version : 接口版本号如1.0,1.0(latest)表示最新版本 
    338354} 
    339355 
    340356后端应用接口: 
    341  
     357//CMS录入一下话题 
     358http://www.pcauto.com.cn/forum/club/app/1510/intf8051.html 
     359//trac4.1, 1.1.1 最热话题列表 
     360/appapi/1.0/subject/subjectDetailByPostCont.do 
    342361 
    343362}}}