Changes between Initial Version and Version 1 of pcauto_4.5.0/interface


Ignore:
Timestamp:
08/25/2014 12:30:48 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v1 v1  
     1[[TOC]] 
     2 
     3== 1.基本约定 == 
     4{{{ 
     5接口通用参数 
     6req_enc=utf-8(必须放url后面) 
     7resp_enc=utf-8(必须放url后面) 
     8common_session_id=xxxx(以cookies中的优先) 
     9 
     10接口URL: 接口URL 
     11必填参数:参数名=xxx(多种情况用括号解析) 
     12非必填参数:参数名=xxx(多种情况用括号解析) 
     13说明文档参数:添加某特定参数可以直接看接口文档 
     14是否需要登录:是,否 
     15返回格式:json,ssi,xml 
     16缓存方式:接口缓存,对象缓存 
     17缓存时间:缓存时间 
     18返回结果:结果可能情况 
     19}}} 
     20 
     21 
     22== 2.接口列表 == 
     23=== 2.1.0 [=#point2.1.0 资讯首页] === 
     24{{{ 
     25    请求url:, 
     26    HTTP请求方式:GET, 
     27    是否需要登录:false, 
     28    返回格式:json, 
     29    返缓存方式:, 
     30    缓存时间:, 
     31    请求参数:channelId:栏目id, 
     32    说明: 
     33    返回结果: 
     34}}}