Changes between Version 87 and Version 88 of appapi/4.0


Ignore:
Timestamp:
03/04/2015 11:13:10 AM (11 years ago)
Author:
fangxirui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.0

    v87 v88  
    15611561} 
    15621562}}} 
    1563  
    1564  
    1565  
     1563=== 1.5 PV相关接口 
     1564 
     1565==== 1.5.1 添加车友会pv==== 
     1566{{{ 
     1567接口:/appapi/1.0/club/addVisitorPv.do [POST] 
     1568说明 : 添加车友会pv 
     1569请求参数: 
     1570   *clubId: 车友会ID 
     1571 
     1572 
     1573是否登录:否 
     1574缓存时间:无 
     1575是否分页:否 
     1576 
     1577返回结果: 
     1578{ 
     1579   code : 0成功,-1失败 
     1580   message : 提示信息 
     1581   version : 接口版本号如1.0,1.0(latest)表示最新版本 
     1582} 
     1583}}} 
    15661584 
    15671585{{{