Changes between Initial Version and Version 1 of duiba


Ignore:
Timestamp:
03/16/2016 11:28:43 AM (10 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • duiba

    v1 v1  
     1[[PageOutline(1-100,接口索引)]] 
     2 
     3=== 1. 提供给兑吧的相关接口 
     4 
     5==== 1.1 用户登录积分商城 ==== 
     6{{{ 
     7    接口:/appapi/duiba/login.do [GET] 
     8 
     9    具体参考兑吧技术文档:http://docs.duiba.com.cn/tech_doc_book/server/general_autologin_url.html 
     10 
     11}}} 
     12 
     13==== 1.2 用户积分扣除接口 ==== 
     14 
     15{{{ 
     16    接口:/appapi/duiba/createOrder.do [POST] 
     17 
     18    相关参数看兑吧技术文档:http://docs.duiba.com.cn/tech_doc_book/server/consume_credits_api.html  
     19 
     20}}} 
     21 
     22 
     23==== 1.3 兑换结果通知接口 ==== 
     24 
     25{{{ 
     26    接口:/appapi/duiba/orderResult.do [POST] 
     27 
     28    相关参数看兑吧技术文档:http://docs.duiba.com.cn/tech_doc_book/server/notify_api.html  
     29 
     30}}} 
     31