Changes between Version 37 and Version 38 of 2ndchild/interface


Ignore:
Timestamp:
01/07/2014 03:40:04 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2ndchild/interface

    v37 v38  
    549549提交方式:GET 
    550550参数: 
    551 { 
    552 “REQUEST_CODE” : int [请求代码] 
     551返回结果:HTML页面 
     552点击具体活动页跳转协议pcbadybrowser://baby-webview/?url=http://xxxx 
     553ps:此url后要跟userId 
     554}}} 
     555 
     556 
     557=== 14.1活动详细页 === 
     558{{{ 
     559 
     560URL:http://www.pcbaby.com.cn/huodong/list/ 
     561作用: 
     562提交方式:GET 
     563参数: 
     564{ 
    553565“userId”:[string 用户的id] 
    554 “password[用户密码password]” [ string  md5加密(以太平洋通行证约定为准)] 
    555 “pageNo” : [int  页码] 
    556 “pageSize”:[int 每页多少条数据] 
    557 } 
    558 返回结果:JSON 
    559 “RESPONSE_CODE”  :  [int 返回代码,与请求代码一致] 
    560 “RESPONSE_STATUS”:  [int返回状态,参考第三章.返回状态参数对照表]] 
    561 ”RESPONSE_INFO”  
    562 { 
    563   "total" 总数 
    564   "pageNo":页码, 
    565   "pageCount":多少页, 
    566   "pageSize":每页多少条[增加返回数据,删除“eventListCount”:[int 符合条件的数量] 
    567         “updateTime”:[时间戳 此接口更新时间] 
    568         “eventList” 
    569         [{ 
    570                 “eventTitle”:[string 活动标题] 
    571                 “eventTime”:[时间戳 活动时间] 
    572                 “imgUrl[增加imgUrl,删除isTakepartin(因为无法记录此数据)]”: [string 图片的Url] 
    573                 “eventUrl”:[string 活动的Url] 
    574         }] 
    575 } 
    576 }}} 
    577  
    578  
    579 === 14.活动详细页 === 
    580 {{{ 
     566} 
     567返回结果:HTML页面 
     568点击活动登录页跳转协议pcbadybrowser://user-login/ 
    581569 
    582570}}}