Changes between Version 33 and Version 34 of pconline_4.0.0/interface


Ignore:
Timestamp:
12/30/2014 05:33:18 PM (11 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_4.0.0/interface

    v33 v34  
    638638 
    639639 
     640=== 2.14 [=#point2014 个人中心-判断与某用户的关系(关注与非关注)] === 
     641{{{ 
     642 备注:判断与某用户的关系 
     643 请求URL:http://m.pcauto.com.cn/bip/intf/focus.jsp 
     644 HTTP请求方式:get 
     645 是否需要登录:是 
     646 返回格式:json 
     647 缓存方式:无 
     648 缓存时间:无 
     649 请求参数: 
     650        act=isHisFocus 
     651        accountId=xxxxxx 当前用户ID 
     652        friendId=xxxxxx 关注用户ID 
     653        req_enc:UTF-8 
     654        resp_enc:UTF-8 
     655        common_session_id 
     656 返回参数: 
     657        0:没关注,1:关注,2:被关注,3:相互关注 
     658}}} 
     659 
     660 
     661=== 2.15 [=#point2015 个人中心-他人主页] === 
     662{{{ 
     663 备注:获取他人最新动态接口 
     664 请求URL:http://mrobot.pconline.com.cn/v3/bbs/newsfeed/{用户ID} 
     665 HTTP请求方式:get 
     666 是否需要登录:是 
     667 返回格式:html页面 
     668 缓存方式:无 
     669 缓存时间:无 
     670 请求参数: 
     671        UID:用户ID 
     672}}} 
     673 
     674 
     675 
     676 
     677 
     678 
     679 
     680 
     681 
     682 
    640683 
    641684== 栏目配置 ==