Changes between Initial Version and Version 1 of pcauto_club_2.0.0/api


Ignore:
Timestamp:
04/03/2014 12:24:46 PM (12 years ago)
Author:
maozhijun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_2.0.0/api

    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测试接口前缀:http://dev18.pcauto.com.cn:8003 
     11上线接口前缀:http://club.pcauto.com.cn 
     12 
     13接口URL: 接口URL 
     14必填参数:参数名=xxx(多种情况用括号解析) 
     15非必填参数:参数名=xxx(多种情况用括号解析) 
     16说明文档参数:添加某特定参数可以直接看接口文档 
     17是否需要登录:是,否 
     18返回格式:json,ssi,xml 
     19缓存方式:接口缓存,对象缓存 
     20缓存时间:缓存时间 
     21返回结果:结果可能情况 
     22}}} 
     23 
     24 
     25== 2.接口列表 ==