Commit 72d6481d authored by wangdong1's avatar wangdong1

add:增加白名单

parent 47d64faf
......@@ -9,14 +9,18 @@ withdraw.day_total_amount = 100000;
withdraw.pinpp_sync_limit = 100;
;提现审核阈值,超过进审核列表 单位 分
withdraw.withdraw_apply_amount = 500;
;关闭提现
;关闭提现 0 打开 1 关闭
withdraw.is_closed = 1;
;白名单用户
withdraw.whitelist = ',510234788199,510227177373,510233204694,510239348329,';
[prod-wallet : common]
;生产的pingpp key
;新版C端提现appid
withdraw.new_pingpp_appid = 'app_i58a94Pq1qfDDK4q';
;旧版C端提现appid
withdraw.old_pingpp_appid = 'app_i58a94Pq1qfDDK4q';
;生活圈-线上-c端app-老版-提现
withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5';
[test-wallet : common]
;新账户提现延迟(包含当天) 单位:天
......@@ -41,6 +45,9 @@ withdraw.day_count_limit = 2;
;每日提现最大限额 单位:分
withdraw.day_total_amount = 100000;
;测试的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;
\ 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