Changes between Version 34 and Version 35 of 2ndchild/interface


Ignore:
Timestamp:
01/06/2014 06:32:06 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2ndchild/interface

    v34 v35  
    679679}}} 
    680680 
     681=== 16.活动专区 === 
     682{{{ 
     683URL:http://www.pcbaby.com.cn/huodong/list/ 
     684作用: 
     685提交方式:GET 
     686参数: 
     687{ 
     688“REQUEST_CODE” : int [请求代码] 
     689“userId”:[string 用户的id] 
     690“password[用户密码password]” [ string  md5加密(以太平洋通行证约定为准)] 
     691“pageNo” : [int  页码] 
     692“pageSize”:[int 每页多少条数据] 
     693} 
     694返回结果:JSON 
     695“RESPONSE_CODE”  :  [int 返回代码,与请求代码一致] 
     696“RESPONSE_STATUS”:  [int返回状态,参考第三章.返回状态参数对照表]] 
     697”RESPONSE_INFO”  
     698{ 
     699  "total" 总数 
     700  "pageNo":页码, 
     701  "pageCount":多少页, 
     702  "pageSize":每页多少条[增加返回数据,删除“eventListCount”:[int 符合条件的数量] 
     703        “updateTime”:[时间戳 此接口更新时间] 
     704        “eventList” 
     705        [{ 
     706                “eventTitle”:[string 活动标题] 
     707                “eventTime”:[时间戳 活动时间] 
     708                “imgUrl[增加imgUrl,删除isTakepartin(因为无法记录此数据)]”: [string 图片的Url] 
     709                “eventUrl”:[string 活动的Url] 
     710        }] 
     711} 
     712}}} 
    681713== 二.业务无关接口列表 == 
    682714=== 1.更新token接口 ===