Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yaconf
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
yaconf
Commits
f0bb1177
Commit
f0bb1177
authored
Sep 26, 2021
by
suntengda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into chicken_v1
parents
afb2cc09
026ffb32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
11 deletions
+40
-11
dictionary.ini
dictionary.ini
+3
-0
kafka.ini
kafka.ini
+19
-1
wallet.ini
wallet.ini
+18
-10
No files found.
dictionary.ini
View file @
f0bb1177
...
@@ -5,6 +5,9 @@
...
@@ -5,6 +5,9 @@
104
=
"平台营销补贴"
104
=
"平台营销补贴"
105
=
"团长佣金收入"
105
=
"团长佣金收入"
106
=
"平台活动补贴"
106
=
"平台活动补贴"
107
=
"第三方渠道手续费"
108
=
"结算价收益"
109
=
"结算价补贴"
201
=
"余额提现"
201
=
"余额提现"
301
=
"平台营销补贴"
301
=
"平台营销补贴"
302
=
"商品交易"
302
=
"商品交易"
...
...
kafka.ini
View file @
f0bb1177
...
@@ -10,8 +10,15 @@
...
@@ -10,8 +10,15 @@
;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境)
;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境)
[merchant : common]
[merchant : common]
[prod-merchant : merchant : common]
[prod-merchant : merchant : common]
account.broker_list
=
'l-kafka-outer1.ops.hj1.yidian-inc.com:9092,l-kafka-outer2.ops.hj1.yidian-inc.com:9092,l-kafka-outer3.ops.hj1.yidian-inc.com:9092,l-kafka-outer4.ops.hj1.yidian-inc.com:9092,l-kafka-outer5.ops.hj1.yidian-inc.com:9092'
account.topic
=
'bp_create_account_prod'
[perf-merchant : prod-merchant : merchant : common]
[perf-merchant : prod-merchant : merchant : common]
[test-merchant : prod-merchant : merchant : common]
[test-merchant : prod-merchant : merchant : common]
account.broker_list
=
'l-kafka-test-env1.ops.hj1.yidian-inc.com:9092'
account.topic
=
'bp_create_account_test'
[dev-merchant : test-merchant : prod-merchant : merchant : common]
[dev-merchant : test-merchant : prod-merchant : merchant : common]
;触达项目
;触达项目
...
@@ -77,4 +84,15 @@ goods.publish.topic='bp_str_jielong_goods_publish_dev'
...
@@ -77,4 +84,15 @@ goods.publish.topic='bp_str_jielong_goods_publish_dev'
[prod-wallet : wallet : common]
[prod-wallet : wallet : common]
[perf-wallet : wallet : common]
[perf-wallet : wallet : common]
[test-wallet : wallet : common]
[test-wallet : wallet : common]
[dev-wallet : test-wallet : wallet : common]
[dev-wallet : test-wallet : wallet : common]
\ No newline at end of file
;account项目
[account : common]
[prod-account : account : common]
account.broker_list
=
'l-kafka-outer1.ops.hj1.yidian-inc.com:9092,l-kafka-outer2.ops.hj1.yidian-inc.com:9092,l-kafka-outer3.ops.hj1.yidian-inc.com:9092,l-kafka-outer4.ops.hj1.yidian-inc.com:9092,l-kafka-outer5.ops.hj1.yidian-inc.com:9092'
account.topic
=
'bp_create_account_prod'
[perf-account : prod-account : account : common]
[test-account : account : common]
account.broker_list
=
'l-kafka-test-env1.ops.hj1.yidian-inc.com:9092,l-kafka-test-env2.ops.hj1.yidian-inc.com:9092,l-kafka-test-env3.ops.hj1.yidian-inc.com:9092'
account.topic
=
'bp_create_account_test'
[dev-account : test-account : account : common]
\ No newline at end of file
wallet.ini
View file @
f0bb1177
...
@@ -16,8 +16,8 @@ withdraw.whitelist = ',510234788199,510227177373,510233204694,510239348329,';
...
@@ -16,8 +16,8 @@ withdraw.whitelist = ',510234788199,510227177373,510233204694,510239348329,';
;兼容老钱包提现,发消息的验签
;兼容老钱包提现,发消息的验签
withdraw.old_sign = '9e41321e688048d289678dba73be8a28';
withdraw.old_sign = '9e41321e688048d289678dba73be8a28';
;转账服务调用方id和秘钥
;转账服务调用方id和秘钥
transfer.transfer_service_id
=
'21091014290202205007'
;
transfer.transfer_service_id
=
'21091014290202205007'
;
transfer.transfer_service_secret
=
'33ce7043920123145c998e979637a3b1';
transfer.transfer_service_secret
=
'33ce7043920123145c998e979637a3b1';
[prod-wallet : common]
[prod-wallet : common]
;生产的pingpp key
;生产的pingpp key
...
@@ -25,9 +25,11 @@ transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
...
@@ -25,9 +25,11 @@ transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
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';
;燕郊圈-线上-c端app-新版-提现
withdraw.yanjiaoquan_pingpp_appid
=
'app_GirTKSbHG088SCqj'
;
;转账服务调用方id和秘钥
;转账服务调用方id和秘钥
transfer.transfer_service_id
=
'21091014290202205007'
;
transfer.transfer_service_id
=
'21091014290202205007';
transfer.transfer_service_secret
=
'33ce7043920123145c998e979637a3b1';
transfer.transfer_service_secret
=
'33ce7043920123145c998e979637a3b1'
;
[perf-wallet : common]
[perf-wallet : common]
;生产的pingpp key
;生产的pingpp key
...
@@ -35,9 +37,11 @@ transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
...
@@ -35,9 +37,11 @@ transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
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';
;燕郊圈-线上-c端app-新版-提现
withdraw.yanjiaoquan_pingpp_appid
=
'app_GirTKSbHG088SCqj'
;
;转账服务调用方id和秘钥
;转账服务调用方id和秘钥
transfer.transfer_service_id
=
'21091014290202205007'
;
transfer.transfer_service_id
=
'21091014290202205007';
transfer.transfer_service_secret
=
'33ce7043920123145c998e979637a3b1';
transfer.transfer_service_secret
=
'33ce7043920123145c998e979637a3b1'
;
[test-wallet : common]
[test-wallet : common]
;新账户提现延迟(包含当天) 单位:天
;新账户提现延迟(包含当天) 单位:天
...
@@ -51,11 +55,13 @@ withdraw.day_total_amount = 100000;
...
@@ -51,11 +55,13 @@ withdraw.day_total_amount = 100000;
withdraw.new_pingpp_appid
=
'app_W10Oe5XrvbzHfP4W'
;
withdraw.new_pingpp_appid
=
'app_W10Oe5XrvbzHfP4W'
;
;生活圈-测试-c端-老版本-提现
;生活圈-测试-c端-老版本-提现
withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj';
withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj';
;燕郊圈-线上-c端app-新版-提现
withdraw.yanjiaoquan_pingpp_appid
=
'app_W10Oe5XrvbzHfP4W'
;
;关闭提现
;关闭提现
withdraw.is_closed = 0;
withdraw.is_closed = 0;
;转账服务调用方id和秘钥
;转账服务调用方id和秘钥
transfer.transfer_service_id
=
'21091011380404205008'
;
transfer.transfer_service_id
=
'21091011380404205008'
;
transfer.transfer_service_secret
=
'7a9afab08309ab59ee395703d58cb00c';
transfer.transfer_service_secret
=
'7a9afab08309ab59ee395703d58cb00c';
[dev-wallet : common]
[dev-wallet : common]
;新账户提现延迟(包含当天) 单位:天
;新账户提现延迟(包含当天) 单位:天
...
@@ -69,8 +75,10 @@ withdraw.day_total_amount = 100000;
...
@@ -69,8 +75,10 @@ withdraw.day_total_amount = 100000;
withdraw.new_pingpp_appid
=
'app_W10Oe5XrvbzHfP4W'
;
withdraw.new_pingpp_appid
=
'app_W10Oe5XrvbzHfP4W'
;
;生活圈-测试-c端-老版本-提现
;生活圈-测试-c端-老版本-提现
withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj';
withdraw.old_pingpp_appid = 'app_GirTKSbHG088SCqj';
;燕郊圈-线上-c端app-新版-提现
withdraw.yanjiaoquan_pingpp_appid
=
'app_W10Oe5XrvbzHfP4W'
;
;关闭提现
;关闭提现
withdraw.is_closed = 0;
withdraw.is_closed = 0;
;转账服务调用方id和秘钥
;转账服务调用方id和秘钥
transfer.transfer_service_id
=
'21091011280606205005'
;
transfer.transfer_service_id
=
'21091011280606205005'
;
transfer.transfer_service_secret='6aa0c9a562426275940267e035fd769d';
transfer.transfer_service_secret = '6aa0c9a562426275940267e035fd769d';
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment