Changes between Version 15 and Version 16 of new_pcauto_4.2.0/interface


Ignore:
Timestamp:
04/14/2014 09:42:17 AM (12 years ago)
Author:
yangmengjun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • new_pcauto_4.2.0/interface

    v15 v16  
    44{{{ 
    55接口通用参数 
    6 req_enc=utf-8(必须放url后面) 
    7 resp_enc=utf-8(必须放url后面) 
    8 common_session_id=xxxx(以cookies中的优先) 
     6req_enc=utf-8(必须放url后面,作为queryString) 
     7resp_enc=utf-8(必须放url后面,作为queryString) 
    98 
    109接口URL: 接口URL 
     10调用方法:post/get/delete;一般情况下,查询数据用get方法;修改,删除,新增(包括上传,登录)数据用post方法 
    1111必填参数:参数名=xxx(多种情况用括号解析) 
    1212非必填参数:参数名=xxx(多种情况用括号解析) 
    1313说明文档参数:添加某特定参数可以直接看接口文档 
    14 是否需要登录:是, 
    15 返回格式:json,ssi,xml 
    16 缓存方式:接口缓存,对象缓存 
     14是否需要登录:是,  
     15返回格式:json, html页面 
     16缓存方式:客户端/HCS/客户端+HCS 
    1717缓存时间:缓存时间 
    1818返回结果:结果可能情况 
     19 
    1920}}} 
    2021