Changes between Version 28 and Version 29 of pcauto_club_1.2.0/api


Ignore:
Timestamp:
09/11/2014 02:05:08 PM (12 years ago)
Author:
xieweijie
Comment:

增加 4.5个人中心帖子列表

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_1.2.0/api

    v28 v29  
    171171clubId:车友会ID(二选一) 
    172172userId:用户Id(二选一) 
     173type:筛选 1帖子(不全,只返回车友会对应用户帖子),2动态 , 默认0全部 
    173174是否登录:否 
    174175缓存时间:无 
     
    298299{{{ 
    299300    请求URL: /dyna/getReplyList.do 
    300     HTTP请求方式:GET, 
     301    HTTP请求方式:POST, 
    301302    是否需要登录:false, 
    302303    返回格式:json, 
     
    324325} 
    325326}}} 
     327 
     328=== 4.5个人中心帖子列表 === 
     329{{{ 
     330接口URL: 
     331说明:根据用户id返回所有帖子列表 
     332请求参数: 
     333userId:用户Id 
     334返回 
     335与4.1一致 
     336}}}