Changes between Version 62 and Version 63 of pcauto_club_4.0.0/api


Ignore:
Timestamp:
03/24/2015 04:36:42 PM (11 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.0.0/api

    v62 v63  
    10901090=== 1.12官方活动 === 
    10911091{{{ 
     1092 
     1093接口:http://mrobot.pcauto.com.cn/xsp/s/club/v4.0/officialActivities.xsp?pageNo=1&pageSize=20 
     1094请求参数: 
     1095||参数名||类型||必须||说明|| 
     1096||pageNo||String||Y||页数|| 
     1097||pageSize||String||N||每页显示条数|| 
     1098 
     1099 
    10921100返回 
    10931101{ 
    1094         code:0成功,-1失败 
    1095         message:提示信息 
    1096         total:总条数 
    1097         pageNo:页码 
    1098         pageSize:每页条数 
    1099         pageCount:总共几页 
    1100  
    1101         activityList: 
    1102         [ 
    1103            { 
    1104                 imageUrl://图片地址, 
    1105                 title://活动标题, 
    1106                 activityTime://活动时间 
    1107                 activityStatus://活动状态 
    1108                 isHot://热门标识 
    1109                 topicId://活动对应帖子id 
    1110            } 
    1111         ] 
    1112 } 
    1113 }}} 
     1102    "data": [ 
     1103        { 
     1104            "title": "车友会app4.0测试", 
     1105            "url": "http://bbs.pcauto.com.cn/forum-14758.html", 
     1106            "pic": "http://img0.pcauto.com.cn/pcauto/forum/club/app/active/1503/660-220_6.jpg", 
     1107            "summary": "车友会app4.0测试", 
     1108            "status": "报名中", 
     1109            "date": "2015-03-24到2015-05-01", 
     1110            "hot": "true" 
     1111        } 
     1112    ], 
     1113    "allPage": 1, 
     1114    "curPage": 1 
     1115}}}} 
    11141116 
    11151117=== 1.13收到的回复 ===