Commit 178e8daf authored by wangdong1's avatar wangdong1

add:打开提现设置

parent c656b131
...@@ -10,7 +10,7 @@ withdraw.pinpp_sync_limit = 100; ...@@ -10,7 +10,7 @@ withdraw.pinpp_sync_limit = 100;
;提现审核阈值,超过进审核列表 单位 分 ;提现审核阈值,超过进审核列表 单位 分
withdraw.withdraw_apply_amount = 3000; withdraw.withdraw_apply_amount = 3000;
;关闭提现 ;关闭提现
withdraw.is_closed = 0; withdraw.is_closed = 1;
[prod-wallet : common] [prod-wallet : common]
;生产的pingpp key ;生产的pingpp key
withdraw.pingpp_appid = 'app_i58a94Pq1qfDDK4q'; withdraw.pingpp_appid = 'app_i58a94Pq1qfDDK4q';
...@@ -24,6 +24,8 @@ withdraw.day_count_limit = 2; ...@@ -24,6 +24,8 @@ withdraw.day_count_limit = 2;
withdraw.day_total_amount = 100000; withdraw.day_total_amount = 100000;
;测试的pingpp key ;测试的pingpp key
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W'; withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;关闭提现
withdraw.is_closed = 0;
[dev-wallet : common] [dev-wallet : common]
;新账户提现延迟(包含当天) 单位:天 ;新账户提现延迟(包含当天) 单位:天
...@@ -33,4 +35,6 @@ withdraw.day_count_limit = 2; ...@@ -33,4 +35,6 @@ withdraw.day_count_limit = 2;
;每日提现最大限额 单位:分 ;每日提现最大限额 单位:分
withdraw.day_total_amount = 100000; withdraw.day_total_amount = 100000;
;测试的pingpp key ;测试的pingpp key
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W'; withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
\ No newline at end of file ;关闭提现
withdraw.is_closed = 0;
\ No newline at end of file
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