Changes between Version 43 and Version 44 of pcauto_club_4.2.0/api


Ignore:
Timestamp:
06/05/2015 04:28:20 PM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.2.0/api

    v43 v44  
    676676}}} 
    677677 
     678==== 2.11 圈子搜索 ==== 
     679{{{ 
     680 备注:获取用户信息 
     681 请求URL:/club/bbs/search 
     682 HTTP请求方式:get 
     683 是否需要登录:否 
     684 返回格式:json 
     685 缓存方式:无 
     686 缓存时间:无 
     687 请求参数: 
     688       与http://mrobot.pcauto.com.cn/v3/bbs/search 接口一样 
     689 返回: 
     690         
     691        { 
     692            pageNo: 1, 
     693            pageSize: 20, 
     694            topicList: [], 
     695            total: 15727 
     696        } 
     697 请求后端URL: 
     698            http://ks.pcauto.com.cn/search.jsp 
     699}}} 
     700 
    678701{{{ 
    679702#!html