Changes between Version 17 and Version 18 of web-intf


Ignore:
Timestamp:
12/12/2011 01:49:57 PM (14 years ago)
Author:
yangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-intf

    v17 v18  
    11== 摄影部落IPAD版接口 == 
    22 
    3 === 基本约定 === 
     3=== 1.基本约定 === 
    44{{{ 
    551.当接口处理正常时,HTTP STATUS CODE 返回给200。包括有正常的业务数据和数据为空的情况。 
     
    3434 
    3535 
    36 == 1. 接口列表  == 
    37  
    38 === 1.1 /intf/albums-by-type.jsp  获取分类相册 === 
     36== 2. 接口列表  == 
     37 
     38=== 2.1 /intf/albums-by-type.jsp  获取分类相册 === 
    3939{{{ 
    4040    HTTP请求方式:get                          
     
    8484 
    8585 
    86 === 1.2 /intf/search.jsp === 
     86=== 2.2 /intf/search.jsp === 
    8787{{{ 
    8888    HTTP请求方式:get 
     
    132132}}} 
    133133 
    134 === 1.3 /intf/user-photos.jsp === 
     134=== 2.3 /intf/user-photos.jsp === 
    135135 
    136136{{{ 
     
    200200}}} 
    201201 
    202 === 1.4/intf/user-albums.jsp === 
     202=== 2.4/intf/user-albums.jsp === 
    203203{{{ 
    204204    HTTP请求方式:get 
     
    248248 
    249249 
    250 === 1.5 /intf/comment-post.jsp === 
     250=== 2.5 /intf/comment-post.jsp === 
    251251{{{ 
    252252    HTTP请求方式:post 
     
    265265}}} 
    266266 
    267 === 1.6 /intf/comment-list.jsp === 
     267=== 2.6 /intf/comment-list.jsp === 
    268268{{{ 
    269269    HTTP请求方式:get 
     
    296296}}} 
    297297 
    298 === 1.7 /intf/vote.jsp === 
     298=== 2.7 /intf/vote.jsp === 
    299299{{{ 
    300300    HTTP请求方式:post 
     
    312312 
    313313 
    314 == 2. Error Code == 
    315  
    316 == 3. 修改历史 == 
     314== 3. Error Code == 
     315 
     316    [[http://rdtrac.pc.com.cn/ipad-album/wiki/error-code|Error Code]] 
     317 
     318== 4. 修改历史 == 
    317319 
    3183202011-12-12: