Changes between Initial Version and Version 1 of pcauto_BuyAuto_1.2.0


Ignore:
Timestamp:
02/02/2015 09:02:21 AM (11 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.2.0

    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缓存方式:接口缓存(接口中返回的响应头里面的 Cache-Control),对象缓存() 
     17缓存时间:缓存时间 
     18返回结果:结果可能情况 
     19}}} 
     20 
     21 
     22 
     23== 2.接口列表 ==