Changes between Version 20 and Version 21 of pcauto_4.5.0/interface


Ignore:
Timestamp:
09/02/2014 05:35:51 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v20 v21  
    10041004}}} 
    10051005 
     1006=== 2.4.13 [=#point2.4.13 车系-文章] === 
     1007{{{ 
     1008 备注:车型相关文章,在原来的基础上添加顶踩数 
     1009 请求URL:(获取某个车系下的文章列表)http://mrobot.pcauto.com.cn/v3/price/getNewestInfoListBySerialId/9010?pageNo=1&pageSize=20 
     1010         (新闻文章列表) http://mrobot.pcauto.com.cn/v3/price/getNewsListBySerialId/3524?pageNo=1&pageSize=20 
     1011         (评测文章列表)http://mrobot.pcauto.com.cn/v3/price/getProfileListBySerialId/3524?pageNo=1&pageSize=20 
     1012         (导购文章列表)http://mrobot.pcauto.com.cn/v3/price/getGuideListBySerialId/3524?pageNo=1&pageSize=20 
     1013 HTTP请求方式:get 
     1014 是否需要登录:否 
     1015 返回格式:json 
     1016 缓存方式:无 
     1017 缓存时间:1小时 
     1018 请求参数: 
     1019        serialId:车系id 
     1020        ageNo:页码 
     1021        pageSize:每页行数 
     1022 请求后端URL: 
     1023        http://price.pcauto.com.cn/interface/iphone/serialGroup_news.jsp?sid=9010 
     1024        http://ks.pcauto.com.cn/search.jsp?appName=auto_cms_base&q=+serial_ids:3524%20AND%20-channel_id:000001743%20AND%20a_type:n&return=a_id,title,url,picUrl,date,path 
     1025               &highlight=false&returnType=json&clusterQuery=cluster_channel:%D0%C2%CE%C5%B6%AF%CC%AC%20OR%20cluster_channel:%D0%C2%B3%B5%D7%CA%D1%B6 
     1026               &sort=time:desc&mustquery=y&pageNo=1&perPage=20 
     1027        http://ks.pcauto.com.cn/search.jsp?appName=auto_cms_base&q=serial_ids:3524%20AND%20a_type:n&return=a_id,title,url,picUrl,date,path&highlight=false 
     1028               &returnType=json&clusterQuery=cluster_channel:%c6%c0%b2%e2%ce%c4%d5%c2&sort=time:desc&mustquery=y&pageNo=1&perPage=20 
     1029        http://ks.pcauto.com.cn/search.jsp?appName=auto_cms_base&q=serial_ids:3524%20AND%20a_type:n&return=a_id,title,url,picUrl,date,path&highlight=false 
     1030               &returnType=json&clusterQuery=cluster_channel:%b5%bc%b9%ba%ce%c4%d5%c2&sort=time:desc&mustquery=y&pageNo=1&perPage=20 
     1031 请求后端参数: 
     1032        serialId:车系id 
     1033        pageNo:页码 
     1034        perPage:每页行数 
     1035 
     1036    返回结果: 
     1037{ 
     1038  "data": [ 
     1039    { 
     1040      "channel": "评测", 
     1041      "commentNum": "141", 
     1042      "downs": 234, 
     1043      "id": "4810527", 
     1044      "mustWatch": "0", 
     1045      "pubDate": "2014-07-22", 
     1046      "title": "JEEP全路况体验日 全方位领略越野魅力", 
     1047      "ups": 403, 
     1048      "image": "新增image", 
     1049      "url": "http://www.pcauto.com.cn/pingce/481/4810527.html" 
     1050    } 
     1051  ], 
     1052  "pageCount": "1", 
     1053  "pageNo": "1", 
     1054  "pageSize": "9" 
     1055} 
     1056}}} 
     1057 
    10061058 
    10071059=== 2.5.0 [=#point2.5.0 离线下载包] ===