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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.0.0/api

    v18 v19  
    146146                        statusMsg: "报名结束", 
    147147                        statusCode: 101, 
    148                         applyCount: null 
     148                        applyCount: null //只是通过审核的人数 
    149149                }, 
    150150                {}, 
     
    220220                    userId:用户id 
    221221             } 
    222         ]//6个 
     222        ]//从getApplyedList拿,小于等于6个 
    223223} 
    224224 
     
    242242{{{ 
    243243{ 
    244      applying:[],//第一页时返回申请审核列表 
     244     applying:[],//第一页时返回申请审核列表,当page>1时不需要再次请求 
    245245     applyed:[] 
    246246}