Changes between Version 12 and Version 13 of pcauto_club_4.4.0/api


Ignore:
Timestamp:
09/07/2015 03:03:03 PM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.4.0/api

    v12 v13  
    357357}}} 
    358358 
     359==== 2.4详情页面增加链接列表 ==== 
     360{{{ 
     361主题/帖子终端:http://bbs.pcauto.com.cn/appapi/1/forum/topic.do 
     362对应:主题终端页面 
     363 
     364动态详情:http://club.pcauto.com.cn/appapi/4.0/dyna/getDynaDetail.do 
     365对应:http://trac.pc.com.cn/iphone/wiki/pcauto_club_4.4.0/api#a2.1%E5%8A%A8%E6%80%81%E8%AF%A6%E6%83%85 
     366 
     367 
     368私信详情:http://bip.pcauto.com.cn/intf/privateDialogue.jsp 
     369对应:http://trac.pc.com.cn/iphone/wiki/pcauto_club_4.4.0/api#a2.3%E7%A7%81%E4%BF%A1%E5%AF%B9%E8%AF%9D%E5%88%97%E8%A1%A8 
     370 
     371 
     372-------------------------------------------------------------------------------------------------------------------------------- 
     373对上面3个接口的内容进行过滤,把所有链接提取,并返回链接列表,接口增加字段内容如下: 
     374urlList: [ 
     375   { 
     376      url:原链接 
     377      target:转换后的链接 
     378   }, 
     379   { 
     380      url:原链接 
     381      target:转换后的链接 
     382   } 
     383  ] 
     384 
     385-------------------------------------------------------------------------------------------------------------------------------- 
     386规则:如果详情内容中,包括下面几个种链接需要转换,否则target=url 
     387话题: 
     388PC:http://club.pcauto.com.cn/topic/2861.html 
     389APP:pcautoclub://club-talk/id 
     390 
     391动态(除活动外): 
     392PC:http://my.pcauto.com.cn/31182785/dt/3038457/ 
     393APP:pcautoclub://club-dyna/id 
     394 
     395帖子: 
     396PC:http://bbs.pcauto.com.cn/topic-8324623.html 
     397APP:pcautoclub:/bbs-topic/id 
     398 
     399 
     400}}} 
     401 
    359402{{{ 
    360403#!html