Changes between Version 120 and Version 121 of price_api


Ignore:
Timestamp:
03/31/2015 11:10:01 AM (11 years ago)
Author:
chenziyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v120 v121  
    580580 
    581581=== 1.12 (l)获取求购数 (20150326)===  
    582 **mrobot接口**:(mrobot补充) 
     582**mrobot接口**:http://mrobot.pconline.com.cn/s/best/purchasing/getTopicBuyCount.xsp 
    583583>  
    584584 
     
    589589 
    590590> [http://trac.pc.com.cn/pc_best/wiki/app2.0/12_purchasing#获得爆料求购数 获得爆料求购数] 
     591http://best.pconline.com.cn/app/purchasing/getTopicBuyCount.do 
    591592 
    592593**说明** 
     
    601602 
    602603||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    603 ||topic||爆料id||int||0||是|| 
    604  
    605 **返回** 
    606  
    607 {{{#!java 
    608 { 
    609   status: 1, 
    610   msg: "请求成功", 
    611   count: 10 //求代购数 
     604||topicId||爆料id||int||0||是|| 
     605 
     606**返回** 
     607 
     608{{{#!java 
     609{ 
     610    "data": { 
     611        "count": 0 
     612    }, 
     613    "msg": "请求成功", 
     614    "status": 1 
    612615} 
    613616}}}