Commit 1faab3e2 authored by wangdong1's avatar wangdong1

add:提现审核接口配置

parent b768c6ad
......@@ -215,6 +215,7 @@ wallet.account.withdraw_validate = "http://wallet.int.yidian-inc.com/wallet/acco
wallet.account.withdraw_detail = "http://wallet.int.yidian-inc.com/wallet/account/withdraw_detail"
wallet.account.total_trade = "http://wallet.int.yidian-inc.com/wallet/account/total_trade"
wallet.callback.withdraw = "http://wallet.int.yidian-inc.com/wallet/callback/withdraw"
wallet.withdrawbackground.apply_list = "http://wallet.int.yidian-inc.com/wallet/background/apply_list"
......@@ -432,6 +433,7 @@ wallet.account.withdraw_validate = "http://wallet.test.yidian-inc.com/wallet/acc
wallet.account.withdraw_detail = "http://wallet.test.yidian-inc.com/wallet/account/withdraw_detail"
wallet.account.total_trade = "http://wallet.test.yidian-inc.com/wallet/account/total_trade"
wallet.callback.withdraw = "http://wallet.test.yidian-inc.com/wallet/callback/withdraw"
wallet.withdrawbackground.apply_list = "http://wallet.test.yidian-inc.com/wallet/background/apply_list"
[dev : test : common]
......@@ -616,6 +618,7 @@ wallet.account.withdraw_validate = "http://wallet.dev.yidian-inc.com/wallet/acco
wallet.account.withdraw_detail = "http://wallet.dev.yidian-inc.com/wallet/account/withdraw_detail"
wallet.account.total_trade = "http://wallet.dev.yidian-inc.com/wallet/account/total_trade"
wallet.callback.withdraw = "http://wallet.dev.yidian-inc.com/wallet/callback/withdraw"
wallet.withdrawbackground.apply_list = "http://wallet.dev.yidian-inc.com/wallet/background/apply_list"
......
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