Changes between Version 3 and Version 4 of pcauto_4.2.0/interface


Ignore:
Timestamp:
02/20/2014 04:09:45 PM (12 years ago)
Author:
maozhijun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.2.0/interface

    v3 v4  
    227227callback = (回调函数) 
    228228返回值: 
    229 {"code":0} 操作成功} 
    230 {"code":-1,"message":"缺少accountId(用户ID)参数"}既不传accountId,也没有登录。 
    231 {"code":-1,"message":"缺少act(动作)参数"} 
    232 {"code":-1,"message":"保存数据失败"} 数据库更新错误 
    233 {"total":5,"pageNo":1,"resultList","...","pageCount":1,"pageSize":20} 
     229失败:{"code":-1,"message":""} 
     230成功:{ 
     231    "total":5, 
     232    "pageNo":1, 
     233    "pageCount":1, 
     234    "pageSize":20, 
     235    "resultList":[ 
     236        "createTime":"2013-11-28 08:24:21", 
     237        "accountId":8749870, 
     238        "carSeriesId":4580, 
     239        "carModelId":0, 
     240        "updateTime":"2013-11-28 08:24:21", 
     241        "carPic":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1311/17/c2/28719139_1384678383261_270x202.jpg", 
     242        "brandId":932, 
     243        "buyPlaceId":0, 
     244        "id":270094, 
     245        "driveStatus":0, 
     246        "buyPlace":null, 
     247        "name":"残缺的F5", 
     248        "brand":" 长城汽车 ", 
     249        "carSeriesName":"哈弗H6" 
     250    ] 
     251} 
    234252注意: 
    235253用户须登录; 
     
    255273接口是否已经完善:否 
    256274}}} 
    257