Changes between Version 15 and Version 16 of 2ndchild/interface


Ignore:
Timestamp:
12/24/2013 05:19:05 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2ndchild/interface

    v15 v16  
    489489=== 15.百科列表接口 === 
    490490{{{ 
    491 URL: 
     491URL:http://baike.pcbaby.com.cn/intf/app/content_wiki_308.jsp 
     492    
    492493作用: 
    493494提交方式:GET 
     
    548549} 
    549550}}} 
     551 
     552=== 15.1百科是否有更新 === 
     553{{{ 
     554URL:http://baike.pcbaby.com.cn/intf/app/content_wiki_update_309.jsp 
     555作用:百科是否有更新 
     556提交方式:GET 
     557{ 
     558“REQUEST_CODE” : int [请求代码] 
     559} 
     560参数: 
     561返回结果:JSON 
     562“RESPONSE_CODE”  :  [int 返回代码,与请求代码一致] 
     563“RESPONSE_STATUS”:  [int返回状态,参考第三章.返回状态参数对照表]] 
     564”RESPONSE_INFO”  
     565{ 
     566        “updateTime”:[时间戳 此接口更新时间] 
     567} 
     568   
     569}}} 
     570 
     571=== 15.2百科搜索 === 
     572{{{ 
     573URL:http://baike.pcbaby.com.cn/intf/app/content_wiki_search_310.jsp 
     574作用:百科搜索 
     575提交方式:GET 
     576{ 
     577“REQUEST_CODE” : int [请求代码] 
     578“keywords”:[string 搜索的关键字] 
     579} 
     580参数: 
     581返回结果:JSON 
     582“RESPONSE_CODE”  :  [int 返回代码,与请求代码一致] 
     583“RESPONSE_STATUS”:  [int返回状态,参考第三章.返回状态参数对照表]] 
     584”RESPONSE_INFO”  
     585{ 
     586“wikiThirdSortList”: 
     587[{ 
     588                “wikiThirdSortName”:[string 三级分类名] 
     589“wikiThirdSortUrl”:[string 三级分类页对应url] 
     590}] 
     591} 
     592}}} 
     593 
    550594=== 16.百科终端接口 === 
    551595{{{