Changes between Version 6 and Version 7 of pcauto_club_4.0.0/api


Ignore:
Timestamp:
02/09/2015 09:25:22 AM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.0.0/api

    v6 v7  
    7575{{{ 
    76761.3.3 活动列表 
    77 接口:/appapi/2.0/activity/getActivityList.do [GET] 
     77接口:http://mrobot.pcauto.com.cn/xsp/s/club/v4.0/activity_list.xsp?clubId=5381&clubUrl=dynaclub&userId=30257562 
     78 
     79[[BR]]请求参数:[[BR]] 
     80||参数名||类型||必须||说明|| 
     81||clubId||String||Y||车友会ID|| 
     82||clubUrl||String||Y||车友会域名|| 
     83||userId||String||N||用户Id|| 
     84[[BR]]返回结果: 
     85{ 
     86        clubId: 5381, 
     87        clubName: "凤凰车友会", 
     88        clubUrl: "dynaclub", 
     89        code: 0, 
     90        data: [ 
     91                { 
     92                        activityCost: 123, 
     93                        activityId: 4071, 
     94                        activityPlace: "北京市", 
     95                        activityType: 1, 
     96                        beginDate: 1428243060000, 
     97                        createBy: 30257562, 
     98                        dayCount: 5, 
     99                        endDate: 1428588660000, 
     100                        limitCount: 0, 
     101                        nickName: "test_xl", 
     102                        pic: "http://dev2.pconline.com.cn:9191/upcfiles/autoclub/1502/06/c0/6992_1423188755365_1024x1024.jpg", 
     103                        signupDate: 1428329460000, 
     104                        title: "wqerqwerqwer", 
     105                        isSignUp: 3, 
     106                        statusMsg: "报名结束", 
     107                        statusCode: 101, 
     108                        applyCount: null 
     109                }, 
     110                {}, 
     111                {}, 
     112        ], 
     113        message: "操作成功", 
     114        pageCount: 2, 
     115        pageNo: 1, 
     116        pageSize: 20, 
     117        total: 24, 
     118        version: "v2.0(latest)" 
     119} 
     120 
     121源接口:/appapi/2.0/activity/getActivityList.do [GET] 
    78122增加返回 
    79123//isSignUp:是否报名 
     
    81125//statusCode:状态码 
    82126//applyCount:申请人数(包括审核中,通过审核的) 
    83  
    84 来源 
     127源接口: 
    851281.3.4 获取活动状态提示  
    86129接口:/appapi/1.0/activity/getActivityStatus.do [GET] 
     
    92135接口:/appapi/1.0/activity/getApplyedList[GET] 
    93136}}} 
     137 
    94138=== 1.3 活动详情 === 
    95139{{{