Changes between Version 21 and Version 22 of intf


Ignore:
Timestamp:
08/21/2014 04:39:38 PM (12 years ago)
Author:
liuxulin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v21 v22  
    243243  message 
    244244} 
     245}}} 
    245246==== 1.1.12 活动名称动态验证 
    246247{{{ 
     
    327328} 
    328329}}}} 
     330==== 1.1.16 是否可以加入活动 
     331{{{ 
     332   /activity/isJoinActivity.do 
     333  参数: activityId 
     334        targetId 
     335        callback 
     336接口响应: 
     337{ 
     338 /** 
     339  * 103 报名已结束 
     340  * 203 已报名 
     341  * 102 报名已结束 
     342  * 201 审核中 
     343  * 101 火热报名中 
     344  * 104 活动进行中 
     345  * / 
     346  statusCode   
     347  statusMsg 
     348  code 
     349  message 
     350} 
     351  
     352}}} 
    329353=== 2. 根据id获取车友会 === 
    330354=== 3. 获取车友会动态(最新帖子) ===