Commit 36e28524 authored by wangdong1's avatar wangdong1

add:增加pingxx配置

parent a65c64b3
...@@ -13,17 +13,23 @@ withdraw.withdraw_apply_amount = 500; ...@@ -13,17 +13,23 @@ withdraw.withdraw_apply_amount = 500;
withdraw.is_closed = 1; withdraw.is_closed = 1;
[prod-wallet : common] [prod-wallet : common]
;生产的pingpp key ;生产的pingpp key
withdraw.pingpp_appid = 'app_i58a94Pq1qfDDK4q'; ;新版C端提现appid
withdraw.new_pingpp_appid = 'app_i58a94Pq1qfDDK4q';
;旧版C端提现appid
withdraw.old_pingpp_appid = 'app_i58a94Pq1qfDDK4q';
[test-wallet : common] [test-wallet : common]
;新账户提现延迟(包含当天) 单位:天 ;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7; withdraw.defer_day = 7;
;每日提现次数 ;每日提现次数
withdraw.day_count_limit = 2; withdraw.day_count_limit = 20;
;每日提现最大限额 单位:分 ;每日提现最大限额 单位:分
withdraw.day_total_amount = 100000; withdraw.day_total_amount = 100000;
;测试的pingpp key ;测试的pingpp key
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W'; ;生活圈-测试-c端-新版本-提现
withdraw.new_pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;生活圈-测试-c端-老版本-提现
withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj';
;关闭提现 ;关闭提现
withdraw.is_closed = 0; withdraw.is_closed = 0;
......
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