Commit 914a8043 authored by wangdong1's avatar wangdong1

add:新增提现接口

parent 37bae6e3
...@@ -218,6 +218,8 @@ wallet.account.withdraw_detail = "http://wallet.int.yidian-inc.com/wallet/accoun ...@@ -218,6 +218,8 @@ wallet.account.withdraw_detail = "http://wallet.int.yidian-inc.com/wallet/accoun
wallet.account.total_trade = "http://wallet.int.yidian-inc.com/wallet/account/total_trade" 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.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" wallet.withdrawbackground.apply_list = "http://wallet.int.yidian-inc.com/wallet/background/apply_list"
wallet.withdrawbackground.blacklist = "http://wallet.int.yidian-inc.com/wallet/background/blacklist"
wallet.withdrawbackground.withdraw_audit = "http://wallet.int.yidian-inc.com/wallet/background/withdraw_audit"
...@@ -438,6 +440,8 @@ wallet.account.withdraw_detail = "http://wallet.test.yidian-inc.com/wallet/accou ...@@ -438,6 +440,8 @@ wallet.account.withdraw_detail = "http://wallet.test.yidian-inc.com/wallet/accou
wallet.account.total_trade = "http://wallet.test.yidian-inc.com/wallet/account/total_trade" 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.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" wallet.withdrawbackground.apply_list = "http://wallet.test.yidian-inc.com/wallet/background/apply_list"
wallet.withdrawbackground.blacklist = "http://wallet.test.yidian-inc.com/wallet/background/blacklist"
wallet.withdrawbackground.withdraw_audit = "http://wallet.test.yidian-inc.com/wallet/background/withdraw_audit"
[dev : test : common] [dev : test : common]
...@@ -625,6 +629,8 @@ wallet.account.withdraw_detail = "http://wallet.dev.yidian-inc.com/wallet/accoun ...@@ -625,6 +629,8 @@ wallet.account.withdraw_detail = "http://wallet.dev.yidian-inc.com/wallet/accoun
wallet.account.total_trade = "http://wallet.dev.yidian-inc.com/wallet/account/total_trade" 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.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" wallet.withdrawbackground.apply_list = "http://wallet.dev.yidian-inc.com/wallet/background/apply_list"
wallet.withdrawbackground.blacklist = "http://wallet.dev.yidian-inc.com/wallet/background/blacklist"
wallet.withdrawbackground.withdraw_audit = "http://wallet.dev.yidian-inc.com/wallet/background/withdraw_audit"
......
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