Changes between Version 15 and Version 16 of pcauto_4.0.0/interface


Ignore:
Timestamp:
09/30/2013 02:05:54 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v15 v16  
    147147 
    148148}}} 
     149 
     150=== 2.5 [=#point205 赞和踩]=== 
     151{{{ 
     152    url: 
     153       汽车网:待定 
     154    作用:获取头条数据 
     155    使用范围:汽车网app 
     156 
     157    HTTP请求方式:post                          
     158    是否需要登录:否                           
     159    请求参数: 
     160          objectId,对象id 
     161          deviceId,设备标识符 
     162          action,up或者down,分别代表赞和踩 
     163    返回参数: 
     164 
     165{ 
     166"resultCode":0  // 0表示成功,其他是失败 
     167"message":"提示信息" // 提示信息 
     168} 
     169 
     170}}}