Changes between Version 150 and Version 151 of price_jiekou


Ignore:
Timestamp:
06/17/2014 05:32:49 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v150 v151  
    12881288 
    12891289}}} 
     1290 
     1291=== 25.请求赞和踩的数量 === 
     1292{{{ 
     1293备注:优惠终端显示赞和踩,发现和海淘显示赞 
     1294 请求URL:http://best.pconline.com.cn/intf/iphone/topic_like_and_dislike_count.jsp 
     1295 HTTP请求方式:post 
     1296 是否需要登录:是 
     1297 返回格式:json 
     1298 缓存方式:无 
     1299 缓存时间:无 
     1300 请求参数: 
     1301       topicId:  爆料Id 
     1302返回参数: 
     1303 
     1304goodCount   赞 
     1305badCount  踩 
     1306 
     1307}}}