Commit 54a73e4c authored by 万继龙's avatar 万继龙

Merge branch 'dev_op_wallet' into 'master'

add:transfer.transfer_service_id

See merge request bp/yaconf!50
parents a336b675 c9211e27
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
407="商品交易" 407="商品交易"
501="平台营销充值" 501="平台营销充值"
502="商户营销充值" 502="商户营销充值"
601="邀请新用户奖励"
602="邀请下单奖励"
#兼容老数据,从90开始 #兼容老数据,从90开始
9101=私信红包 9101=私信红包
......
...@@ -15,6 +15,9 @@ withdraw.is_closed = 0; ...@@ -15,6 +15,9 @@ withdraw.is_closed = 0;
withdraw.whitelist = ',510234788199,510227177373,510233204694,510239348329,'; withdraw.whitelist = ',510234788199,510227177373,510233204694,510239348329,';
;兼容老钱包提现,发消息的验签 ;兼容老钱包提现,发消息的验签
withdraw.old_sign = '9e41321e688048d289678dba73be8a28'; withdraw.old_sign = '9e41321e688048d289678dba73be8a28';
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091014290202205007';
transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
[prod-wallet : common] [prod-wallet : common]
;生产的pingpp key ;生产的pingpp key
...@@ -22,6 +25,9 @@ withdraw.old_sign = '9e41321e688048d289678dba73be8a28'; ...@@ -22,6 +25,9 @@ withdraw.old_sign = '9e41321e688048d289678dba73be8a28';
withdraw.new_pingpp_appid = 'app_i58a94Pq1qfDDK4q'; withdraw.new_pingpp_appid = 'app_i58a94Pq1qfDDK4q';
;生活圈-线上-c端app-老版-提现 ;生活圈-线上-c端app-老版-提现
withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5'; withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5';
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091014290202205007';
transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
[perf-wallet : common] [perf-wallet : common]
;生产的pingpp key ;生产的pingpp key
...@@ -29,6 +35,9 @@ withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5'; ...@@ -29,6 +35,9 @@ withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5';
withdraw.new_pingpp_appid = 'app_f5O4aDrvXvXTiffb'; withdraw.new_pingpp_appid = 'app_f5O4aDrvXvXTiffb';
;生活圈-线上-c端app-老版-提现 ;生活圈-线上-c端app-老版-提现
withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5'; withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5';
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091014290202205007';
transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
[test-wallet : common] [test-wallet : common]
;新账户提现延迟(包含当天) 单位:天 ;新账户提现延迟(包含当天) 单位:天
...@@ -44,6 +53,9 @@ withdraw.new_pingpp_appid = 'app_W10Oe5XrvbzHfP4W'; ...@@ -44,6 +53,9 @@ withdraw.new_pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj'; withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj';
;关闭提现 ;关闭提现
withdraw.is_closed = 0; withdraw.is_closed = 0;
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091011380404205008';
transfer.transfer_service_secret='7a9afab08309ab59ee395703d58cb00c';
[dev-wallet : common] [dev-wallet : common]
;新账户提现延迟(包含当天) 单位:天 ;新账户提现延迟(包含当天) 单位:天
...@@ -58,4 +70,7 @@ withdraw.new_pingpp_appid = 'app_W10Oe5XrvbzHfP4W'; ...@@ -58,4 +70,7 @@ withdraw.new_pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;生活圈-测试-c端-老版本-提现 ;生活圈-测试-c端-老版本-提现
withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj'; withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj';
;关闭提现 ;关闭提现
withdraw.is_closed = 0; withdraw.is_closed = 0;
\ No newline at end of file ;转账服务调用方id和秘钥
transfer.transfer_service_id='21091011280606205005';
transfer.transfer_service_secret='6aa0c9a562426275940267e035fd769d';
\ 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