Changes between Version 19 and Version 20 of pcauto_club_4.0.0/api


Ignore:
Timestamp:
02/15/2015 09:59:20 AM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.0.0/api

    v19 v20  
    241241=== 1.4 活动成员列表 === 
    242242{{{ 
    243 { 
    244      applying:[],//第一页时返回申请审核列表,当page>1时不需要再次请求 
    245      applyed:[] 
     2431.4 活动成员列表 
     244接口:/xsp/s/club/v4.0/activity_member_list.xsp?pageNo=1&pageSize=20&activityId=4071 
     245 
     246请求参数: 
     247||参数名||类型||必须||说明|| 
     248||activityId||String||Y||活动ID|| 
     249||pageNo||String||Y||页数|| 
     250||pageSize||String||Y||每页显示条数|| 
     251 
     252返回结果: 
     253{ 
     254        applying: [ ],  //没有结果就返回空数组,第一页时返回申请审核列表,当page>1时不需要再次请求         
     255        applyed: [  
     256                { 
     257                        descript: "22222222222222222222", 
     258                        joinNum : 11, 
     259                        lincensePlate: "222222222", 
     260                        memberId: 26721, 
     261                        nickName : "test_xl", 
     262                        phone: "15920908586", 
     263                        userId: 30257562, 
     264                        userName : "vvvvvvvv" 
     265                } 
     266        ] //没有结果就返回空数组 
    246267} 
    247268