Changes between Version 105 and Version 106 of price_api


Ignore:
Timestamp:
03/26/2015 11:40:41 AM (11 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v105 v106  
    581581---------- 
    582582 
    583 === 1.12 (l)求代购 ===  
     583=== 1.12 (l)获取求购数 (20150326)===  
     584**mrobot接口**:(mrobot补充) 
     585>  
     586 
     587**接口名**: 
     588> getTopicBuyCount 
     589 
     590**后端接口** 
     591 
     592> [http://trac.pc.com.cn/pc_best/wiki/app2.0/12_purchasing#获得爆料求购数 获得爆料求购数] 
     593 
     594**说明** 
     595 
     596> 获得爆料求购数 
     597 
     598**提交方式** 
     599 
     600> GET 
     601 
     602**参数** 
     603 
     604||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     605||topic||爆料id||int||0||是|| 
     606 
     607**返回** 
     608 
     609{{{#!java 
     610{ 
     611  status: 1, 
     612  msg: "请求成功", 
     613  count: 10 //求代购数 
     614} 
     615}}} 
     616 
     617---------- 
     618 
     619=== 1.13 (l)求代购规则 (20150326)===  
     620**mrobot接口**:(mrobot补充) 
     621>  
     622 
     623**接口名**: 
     624> getTopicBuyRule 
     625 
     626**后端接口** 
     627 
     628> [http://trac.pc.com.cn/pc_best/wiki/app2.0/12_purchasing#求代购规则 求代购规则] 
     629 
     630**说明** 
     631 
     632> 求代购规则 
     633 
     634**提交方式** 
     635 
     636> GET 
     637 
     638**参数** 
     639 
     640||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     641||topic||爆料id||int||0||是|| 
     642 
     643**返回** 
     644 
     645{{{#!java 
     646{ 
     647  status: 1, 
     648  msg: "请求成功", 
     649  data: { 
     650    awardId: 17,  规则id 
     651        description: "发布求购扣除钻石",  // 规则描述 
     652        experience: 0,  // 所需经验 
     653        gold: 0,  // 所需金币 
     654        pristige: 0,  // 所需威望 
     655        purchasingGold: 0,  // 所需钻石 
     656        score: 0,  // 所需积分 
     657        totalCount: 0  // 每天限制次数 
     658  } 
     659} 
     660}}} 
     661 
     662---------- 
     663 
     664=== 1.14 (l)求代购 ===  
    584665**mrobot接口**:(mrobot补充) 
    585666>  
     
    620701---------- 
    621702 
    622 === 1.13 (l)优惠券终端页(Web) ===  
     703=== 1.15 (l)优惠券终端页(Web) ===  
    623704**mrobot接口**:(mrobot补充) 
    624705>