Commit 9ddc303c authored by wangdong1's avatar wangdong1

add:添加后台接口

parent 4d74ac5c
...@@ -228,6 +228,7 @@ wallet.withdrawbackground.blacklist = "http://wallet.int.yidian-inc.com/wallet/b ...@@ -228,6 +228,7 @@ wallet.withdrawbackground.blacklist = "http://wallet.int.yidian-inc.com/wallet/b
wallet.withdrawbackground.withdraw_audit = "http://wallet.int.yidian-inc.com/wallet/background/withdraw_audit" wallet.withdrawbackground.withdraw_audit = "http://wallet.int.yidian-inc.com/wallet/background/withdraw_audit"
wallet.withdrawbackground.back_freezing_fund = "http://wallet.int.yidian-inc.com/wallet/background/back_freezing_fund" wallet.withdrawbackground.back_freezing_fund = "http://wallet.int.yidian-inc.com/wallet/background/back_freezing_fund"
wallet.withdrawbackground.apply_detail = "http://wallet.int.yidian-inc.com/wallet/background/apply_detail" wallet.withdrawbackground.apply_detail = "http://wallet.int.yidian-inc.com/wallet/background/apply_detail"
wallet.withdrawbackground.record_list = "http://wallet.int.yidian-inc.com/wallet/background/record_list"
...@@ -458,6 +459,7 @@ wallet.withdrawbackground.blacklist = "http://wallet.test.yidian-inc.com/wallet/ ...@@ -458,6 +459,7 @@ wallet.withdrawbackground.blacklist = "http://wallet.test.yidian-inc.com/wallet/
wallet.withdrawbackground.withdraw_audit = "http://wallet.test.yidian-inc.com/wallet/background/withdraw_audit" wallet.withdrawbackground.withdraw_audit = "http://wallet.test.yidian-inc.com/wallet/background/withdraw_audit"
wallet.withdrawbackground.back_freezing_fund = "http://wallet.test.yidian-inc.com/wallet/background/back_freezing_fund" wallet.withdrawbackground.back_freezing_fund = "http://wallet.test.yidian-inc.com/wallet/background/back_freezing_fund"
wallet.withdrawbackground.apply_detail = "http://wallet.test.yidian-inc.com/wallet/background/apply_detail" wallet.withdrawbackground.apply_detail = "http://wallet.test.yidian-inc.com/wallet/background/apply_detail"
wallet.withdrawbackground.record_list = "http://wallet.test.yidian-inc.com/wallet/background/record_list"
[dev : test : common] [dev : test : common]
...@@ -652,6 +654,7 @@ wallet.withdrawbackground.blacklist = "http://wallet.dev.yidian-inc.com/wallet/b ...@@ -652,6 +654,7 @@ wallet.withdrawbackground.blacklist = "http://wallet.dev.yidian-inc.com/wallet/b
wallet.withdrawbackground.withdraw_audit = "http://wallet.dev.yidian-inc.com/wallet/background/withdraw_audit" wallet.withdrawbackground.withdraw_audit = "http://wallet.dev.yidian-inc.com/wallet/background/withdraw_audit"
wallet.withdrawbackground.back_freezing_fund = "http://wallet.dev.yidian-inc.com/wallet/background/back_freezing_fund" wallet.withdrawbackground.back_freezing_fund = "http://wallet.dev.yidian-inc.com/wallet/background/back_freezing_fund"
wallet.withdrawbackground.apply_detail = "http://wallet.dev.yidian-inc.com/wallet/background/apply_detail" wallet.withdrawbackground.apply_detail = "http://wallet.dev.yidian-inc.com/wallet/background/apply_detail"
wallet.withdrawbackground.record_list = "http://wallet.dev.yidian-inc.com/wallet/background/record_list"
......
...@@ -7,6 +7,8 @@ withdraw.day_count_limit = 1; ...@@ -7,6 +7,8 @@ withdraw.day_count_limit = 1;
withdraw.day_total_amount = 100000; withdraw.day_total_amount = 100000;
;Ping++轮训条数 ;Ping++轮训条数
withdraw.pinpp_sync_limit = 100; withdraw.pinpp_sync_limit = 100;
;提现审核阈值,超过进审核列表 单位 分
withdraw.withdraw_apply_amount = 3000;
[prod-wallet : common] [prod-wallet : common]
;生产的pingpp key ;生产的pingpp key
......
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