Commit 2f71f2b8 authored by 万继龙's avatar 万继龙

Merge branch 'dev_op_wallet' into 'master'

add:risk api

See merge request bp/yaconf!29
parents 0244e7b7 fdb81480
...@@ -334,6 +334,9 @@ wallet.withdrawbackground.record_list = "http://wallet.int.yidian-inc.com/wallet ...@@ -334,6 +334,9 @@ wallet.withdrawbackground.record_list = "http://wallet.int.yidian-inc.com/wallet
wallet.historyapi.sendmsg = "https://ex.jwshq.cn/app/msg/sendMessage" wallet.historyapi.sendmsg = "https://ex.jwshq.cn/app/msg/sendMessage"
wallet.withdrawbackground.account_list = "http://wallet.int.yidian-inc.com/wallet/background/account_list" wallet.withdrawbackground.account_list = "http://wallet.int.yidian-inc.com/wallet/background/account_list"
wallet.accountbackground.record_list = "http://wallet.int.yidian-inc.com/wallet/background/account_record_list" wallet.accountbackground.record_list = "http://wallet.int.yidian-inc.com/wallet/background/account_record_list"
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"
;======================== 9000000-dev coupon 微服务接口 ============================== ;======================== 9000000-dev coupon 微服务接口 ==============================
coupon.wxapp.apply_coupon = "http://coupon.int.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券 coupon.wxapp.apply_coupon = "http://coupon.int.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
...@@ -681,6 +684,9 @@ wallet.withdrawbackground.record_list = "http://wallet.test.yidian-inc.com/walle ...@@ -681,6 +684,9 @@ wallet.withdrawbackground.record_list = "http://wallet.test.yidian-inc.com/walle
wallet.historyapi.sendmsg = "http://testex.api.appgc.yidian-inc.com/app/msg/sendMessage" wallet.historyapi.sendmsg = "http://testex.api.appgc.yidian-inc.com/app/msg/sendMessage"
wallet.withdrawbackground.account_list = "http://wallet.test.yidian-inc.com/wallet/background/account_list" wallet.withdrawbackground.account_list = "http://wallet.test.yidian-inc.com/wallet/background/account_list"
wallet.accountbackground.record_list = "http://wallet.test.yidian-inc.com/wallet/background/account_record_list" wallet.accountbackground.record_list = "http://wallet.test.yidian-inc.com/wallet/background/account_record_list"
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"
;======================== 9000000-prod coupon 微服务接口 ============================== ;======================== 9000000-prod coupon 微服务接口 ==============================
coupon.wxapp.apply_coupon = "http://coupon.test.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券 coupon.wxapp.apply_coupon = "http://coupon.test.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
...@@ -991,6 +997,9 @@ wallet.withdrawbackground.record_list = "http://wallet.dev.yidian-inc.com/wallet ...@@ -991,6 +997,9 @@ wallet.withdrawbackground.record_list = "http://wallet.dev.yidian-inc.com/wallet
wallet.historyapi.sendmsg = "http://testex.api.appgc.yidian-inc.com/app/msg/sendMessage" wallet.historyapi.sendmsg = "http://testex.api.appgc.yidian-inc.com/app/msg/sendMessage"
wallet.withdrawbackground.account_list = "http://wallet.dev.yidian-inc.com/wallet/background/account_list" wallet.withdrawbackground.account_list = "http://wallet.dev.yidian-inc.com/wallet/background/account_list"
wallet.accountbackground.record_list = "http://wallet.dev.yidian-inc.com/wallet/background/account_record_list" wallet.accountbackground.record_list = "http://wallet.dev.yidian-inc.com/wallet/background/account_record_list"
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"
;======================== 9000000-dev coupon 微服务接口 ============================== ;======================== 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