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


Ignore:
Timestamp:
01/07/2014 02:10:45 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2ndchild/interface

    v35 v36  
    545545=== 14.精彩活动接口 === 
    546546{{{ 
    547 URL: 
    548 作用: 
    549 提交方式:GET 
    550 参数: 
    551 返回结果:HTML页面 
    552 网页跳转协议:pcbadybrowser://baby-full-webview/?url=http://xxxx 
     547URL:http://www.pcbaby.com.cn/huodong/list/ 
     548作用: 
     549提交方式:GET 
     550参数: 
     551{ 
     552“REQUEST_CODE” : int [请求代码] 
     553“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} 
    553576}}} 
    554577 
     
    679702}}} 
    680703 
    681 === 16.活动专区 === 
    682 {{{ 
    683 URL: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 }}} 
     704 
     705 
    713706== 二.业务无关接口列表 == 
    714707=== 1.更新token接口 ===