Commit b0c59a34 authored by 卢洪光's avatar 卢洪光

Merge branch 'jielong' into 'master'

add:coupon interface

See merge request bp/yaconf!14
parents a21fe97c 6c33c3a1
...@@ -288,7 +288,9 @@ wallet.historyapi.sendmsg = "https://ex.jwshq.cn/app/msg/sendMessage" ...@@ -288,7 +288,9 @@ wallet.historyapi.sendmsg = "https://ex.jwshq.cn/app/msg/sendMessage"
;======================== 9000000-dev coupon 微服务接口 ============================== ;======================== 9000000-dev coupon 微服务接口 ==============================
coupon.wxapp.apply = "http://coupon.int.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券 coupon.wxapp.apply = "http://coupon.int.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
coupon.wxapp.list = "http://coupon.int.yidian-inc.com/coupon/wxapp/list" ;优惠券列表 coupon.wxapp.list = "http://coupon.int.yidian-inc.com/coupon/wxapp/list" ;优惠券列表
coupon.callback.pay = "http://coupon.int.yidian-inc.com/coupon/callback/pay" ;支付成功回调
coupon.callback.refund = "http://coupon.int.yidian-inc.com/coupon/callback/refund" ;退款成功回调
coupon.background.cancel = "http://coupon.int.yidian-inc.com/coupon/background/cancel" ;订单取消
[perf : prod : common] [perf : prod : common]
...@@ -574,6 +576,9 @@ wallet.historyapi.sendmsg = "http://testex.api.appgc.yidian-inc.com/app/msg/send ...@@ -574,6 +576,9 @@ wallet.historyapi.sendmsg = "http://testex.api.appgc.yidian-inc.com/app/msg/send
;======================== 9000000-dev coupon 微服务接口 ============================== ;======================== 9000000-dev coupon 微服务接口 ==============================
coupon.wxapp.apply = "http://coupon.test.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券 coupon.wxapp.apply = "http://coupon.test.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
coupon.wxapp.list = "http://coupon.test.yidian-inc.com/coupon/wxapp/list" ;优惠券列表 coupon.wxapp.list = "http://coupon.test.yidian-inc.com/coupon/wxapp/list" ;优惠券列表
coupon.callback.pay = "http://coupon.test.yidian-inc.com/coupon/callback/pay" ;支付成功回调
coupon.callback.refund = "http://coupon.test.yidian-inc.com/coupon/callback/refund" ;退款成功回调
coupon.background.cancel = "http://coupon.test.yidian-inc.com/coupon/background/cancel" ;订单取消
[dev : test : common] [dev : test : common]
...@@ -822,7 +827,9 @@ wallet.historyapi.sendmsg = "http://testex.api.appgc.yidian-inc.com/app/msg/send ...@@ -822,7 +827,9 @@ wallet.historyapi.sendmsg = "http://testex.api.appgc.yidian-inc.com/app/msg/send
;======================== 9000000-dev coupon 微服务接口 ============================== ;======================== 9000000-dev coupon 微服务接口 ==============================
coupon.wxapp.apply = "http://coupon.dev.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券 coupon.wxapp.apply = "http://coupon.dev.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
coupon.wxapp.list = "http://coupon.dev.yidian-inc.com/coupon/wxapp/list" ;优惠券列表 coupon.wxapp.list = "http://coupon.dev.yidian-inc.com/coupon/wxapp/list" ;优惠券列表
coupon.callback.pay = "http://coupon.dev.yidian-inc.com/coupon/callback/pay" ;支付成功回调
coupon.callback.refund = "http://coupon.dev.yidian-inc.com/coupon/callback/refund" ;退款成功回调
coupon.background.cancel = "http://coupon.dev.yidian-inc.com/coupon/background/cancel" ;订单取消
; ======================= gateway ================================================================================== ; ======================= gateway ==================================================================================
[prod-gateway : prod] [prod-gateway : prod]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment