Commit 115491f6 authored by wanjilong's avatar wanjilong

add: 增加钱包相关接口

parent b872ed3c
......@@ -315,8 +315,14 @@ pay.callback.refund = "http://pay.test.yidian-inc.com/pay/callback/refund"
;钱包
wallet.account.transfer = "http://wallet.test.yidian-inc.com/wallet/account/transfer"
wallet.account.withdraw = "http://wallet.test.yidian-inc.com/wallet/account/withdraw"
wallet.account.list = "http://wallet.test.yidian-inc.com/wallet/account/list"
wallet.account.account_info = "http://wallet.test.yidian-inc.com/wallet/account/account_info"
wallet.account.third_account_bind = "http://wallet.test.yidian-inc.com/wallet/account/third_account_bind"
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.pingpp_callback = "http://wallet.test.yidian-inc.com/wallet/account/pingpp_callback"
;tcc调goods用子项目
......@@ -504,8 +510,14 @@ pay.callback.refund = "http://pay.dev.yidian-inc.com/pay/callback/refund"
;钱包
wallet.account.transfer = "http://wallet.dev.yidian-inc.com/wallet/account/transfer"
wallet.account.withdraw = "http://wallet.dev.yidian-inc.com/wallet/account/withdraw"
wallet.account.list = "http://wallet.dev.yidian-inc.com/wallet/account/list"
wallet.account.account_info = "http://wallet.dev.yidian-inc.com/wallet/account/account_info"
wallet.account.third_account_bind = "http://wallet.dev.yidian-inc.com/wallet/account/third_account_bind"
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.pingpp_callback = "http://wallet.dev.yidian-inc.com/wallet/account/pingpp_callback"
;tcc调goods用子项目
goods.tcc.place_an_order_try = "http://goods.dev.yidian-inc.com/tcc/tcc/place_an_order_try";
......
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