Commit c804cfcd authored by 万继龙's avatar 万继龙

Merge branch 'dev_op_wallet' into 'master'

add:增加换绑接口

See merge request bp/yaconf!34
parents c6630084 a81e3ea4
......@@ -292,7 +292,7 @@ order.order.old_order_refund = "http://order.int.yidian-inc.com/order/order/old_
order.order.old_order_refund_reject = "http://order.int.yidian-inc.com/order/order/old_order_refund_reject"
order.order.old_order_export = "http://order.int.yidian-inc.com/order/order/old_order_export"
order.order.old_order_print = "http://order.int.yidian-inc.com/order/order/old_print_order_list"
;用户老订单
order.order.old_user_order_list = "http://order.int.yidian-inc.com/order/order/old_user_order_list"
......@@ -351,6 +351,7 @@ wallet.accountbackground.record_list = "http://wallet.int.yidian-inc.com/wallet/
wallet.accountbackground.get_wallet_account_status = "http://wallet.int.yidian-inc.com/wallet/background/get_wallet_account_status"
wallet.accountbackground.reset_wallet_account_status = "http://wallet.int.yidian-inc.com/wallet/background/reset_wallet_account_status"
wallet.risk.req = "http://antispamx.yidianzixun.com/risk/req"
wallet.account.reset_third_account_bind = "http://wallet.int.yidian-inc.com/wallet/account/reset_third_account_bind"
;======================== 9000000 coupon 微服务接口 ==============================
coupon.wxapp.apply_coupon = "http://coupon.int.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
......@@ -723,6 +724,7 @@ wallet.accountbackground.record_list = "http://wallet.test.yidian-inc.com/wallet
wallet.accountbackground.get_wallet_account_status = "http://wallet.test.yidian-inc.com/wallet/background/get_wallet_account_status"
wallet.accountbackground.reset_wallet_account_status = "http://wallet.test.yidian-inc.com/wallet/background/reset_wallet_account_status"
wallet.risk.req = "http://antispamx.yidianzixun.com/risk/req"
wallet.account.reset_third_account_bind = "http://wallet.test.yidian-inc.com/wallet/account/reset_third_account_bind"
;======================== 9000000-test coupon 微服务接口 ==============================
coupon.wxapp.apply_coupon = "http://coupon.test.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
......@@ -1056,6 +1058,7 @@ wallet.accountbackground.record_list = "http://wallet.dev.yidian-inc.com/wallet/
wallet.accountbackground.get_wallet_account_status = "http://wallet.dev.yidian-inc.com/wallet/background/get_wallet_account_status"
wallet.accountbackground.reset_wallet_account_status = "http://wallet.dev.yidian-inc.com/wallet/background/reset_wallet_account_status"
wallet.risk.req = "http://antispamx.yidianzixun.com/risk/req"
wallet.account.reset_third_account_bind = "http://wallet.dev.yidian-inc.com/wallet/account/reset_third_account_bind"
;======================== 9000000-dev coupon 微服务接口 ==============================
......
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