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


Ignore:
Timestamp:
12/19/2014 10:54:33 AM (11 years ago)
Author:
wuhuixuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.6.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||参数名||类型||必须||说明|| 
     12|| || || || 
     13说明文档参数:添加某特定参数可以直接看接口文档 
     14是否需要登录:是,否 
     15返回格式:json,xml,ssi, 
     16缓存方式:接口缓存(接口中返回的响应头里面的 Cache-Control),对象缓存() 
     17缓存时间:缓存时间 
     18返回结果:结果可能情况 
     19}}} 
     20 
     21 
     22== 2.接口列表 ==