Changes between Version 40 and Version 41 of pcauto_club_2.0.0/api


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_2.0.0/api

    v40 v41  
    931931是否分页:是 
    932932 
     933返回结果: 
    933934{ 
    934935    "userId": 用户ID, 
     
    953954} 
    954955 
    955  
    956 }}} 
     956}}} 
     957 
     958=== 2.35 图片上传接口 === 
     959{{{ 
     960接口URL:http://upc.pcauto.com.cn/upload_quick.jsp 
     961说明:通用图片上传接口,包括车友会会标,留言,论坛等 
     962 
     963请求参数: 
     964application:yidong 
     965 
     966是否登录:是 
     967缓存时间:无 
     968是否分页:否 
     969 
     970成功返回: 
     971{ 
     972retCode: 0, 
     973tid:xxx, 
     974files:[ 
     975{rid:xxx, fileName:xxx, url:xxx, orgFileName:xxx, width, height} 
     976] 
     977} 
     978失败返回:{retCode: xxx} 
     979 
     980}}}