Commit cd245bdc authored by wangdong1's avatar wangdong1

add:增加接口支持老的提现

parent 178e8daf
......@@ -222,7 +222,8 @@ wallet.account.third_account_bind = "http://wallet.int.yidian-inc.com/wallet/acc
wallet.account.third_account = "http://wallet.int.yidian-inc.com/wallet/account/third_account"
wallet.account.withdraw_validate = "http://wallet.int.yidian-inc.com/wallet/account/withdraw_validate"
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.historyapi.total_trade = "http://wallet.int.yidian-inc.com/wallet/historyapi/total_trade"
wallet.historyapi.history_list = "http://wallet.dev.yidian-inc.com/wallet/historyapi/history_list"
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.blacklist = "http://wallet.int.yidian-inc.com/wallet/background/blacklist"
......@@ -454,7 +455,8 @@ wallet.account.third_account_bind = "http://wallet.test.yidian-inc.com/wallet/ac
wallet.account.third_account = "http://wallet.test.yidian-inc.com/wallet/account/third_account"
wallet.account.withdraw_validate = "http://wallet.test.yidian-inc.com/wallet/account/withdraw_validate"
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.historyapi.total_trade = "http://wallet.test.yidian-inc.com/wallet/historyapi/total_trade"
wallet.historyapi.history_list = "http://wallet.dev.yidian-inc.com/wallet/historyapi/history_list"
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.blacklist = "http://wallet.test.yidian-inc.com/wallet/background/blacklist"
......@@ -650,7 +652,9 @@ wallet.account.third_account_bind = "http://wallet.dev.yidian-inc.com/wallet/acc
wallet.account.third_account = "http://wallet.dev.yidian-inc.com/wallet/account/third_account"
wallet.account.withdraw_validate = "http://wallet.dev.yidian-inc.com/wallet/account/withdraw_validate"
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.historyapi.total_trade = "http://wallet.dev.yidian-inc.com/wallet/historyapi/total_trade"
wallet.historyapi.history_list = "http://wallet.dev.yidian-inc.com/wallet/historyapi/history_list"
wallet.historyapi.withdraw_wechat = "http://wallet.dev.yidian-inc.com/wallet/historyapi/withdraw_wechat"
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.blacklist = "http://wallet.dev.yidian-inc.com/wallet/background/blacklist"
......
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