Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-wx-store-sharer
Overview
Overview
Details
Activity
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
wx
yanxuan-wx-store-sharer
Commits
63ba0c61
Commit
63ba0c61
authored
Mar 14, 2025
by
fanjiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联调问题处理
parent
cbcfec7b
Pipeline
#71613
passed with stages
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
DrmSharerConfig.java
...e/yanxuan/wx/store/sharer/biz/config/DrmSharerConfig.java
+3
-3
No files found.
yanxuan-wx-store-sharer-biz/src/main/java/com/netease/yanxuan/wx/store/sharer/biz/config/DrmSharerConfig.java
View file @
63ba0c61
...
@@ -90,7 +90,7 @@ public class DrmSharerConfig {
...
@@ -90,7 +90,7 @@ public class DrmSharerConfig {
log
.
info
(
"ProductCommissionConfig:onChange, changeEvent = {}"
,
JSON
.
toJSONString
(
changeEvent
));
log
.
info
(
"ProductCommissionConfig:onChange, changeEvent = {}"
,
JSON
.
toJSONString
(
changeEvent
));
// 默认分佣比例
// 默认分佣比例
String
defaultCommissionratio
=
"
application.
commissionratio.default"
;
String
defaultCommissionratio
=
"commissionratio.default"
;
if
(
changeEvent
.
isChanged
(
defaultCommissionratio
))
{
if
(
changeEvent
.
isChanged
(
defaultCommissionratio
))
{
log
.
info
(
"ProductCommissionConfig:onChange, changeKey = {}"
,
defaultCommissionratio
);
log
.
info
(
"ProductCommissionConfig:onChange, changeKey = {}"
,
defaultCommissionratio
);
ConfigChange
change
=
changeEvent
.
getChange
(
defaultCommissionratio
);
ConfigChange
change
=
changeEvent
.
getChange
(
defaultCommissionratio
);
...
@@ -98,7 +98,7 @@ public class DrmSharerConfig {
...
@@ -98,7 +98,7 @@ public class DrmSharerConfig {
}
}
// 用户分佣比例
// 用户分佣比例
String
sharerCommissionratio
=
"
application.
commissionratio.sharer"
;
String
sharerCommissionratio
=
"commissionratio.sharer"
;
if
(
changeEvent
.
isChanged
(
sharerCommissionratio
))
{
if
(
changeEvent
.
isChanged
(
sharerCommissionratio
))
{
log
.
info
(
"ProductCommissionConfig:onChange, changeKey = {}"
,
sharerCommissionratio
);
log
.
info
(
"ProductCommissionConfig:onChange, changeKey = {}"
,
sharerCommissionratio
);
ConfigChange
change
=
changeEvent
.
getChange
(
sharerCommissionratio
);
ConfigChange
change
=
changeEvent
.
getChange
(
sharerCommissionratio
);
...
@@ -106,7 +106,7 @@ public class DrmSharerConfig {
...
@@ -106,7 +106,7 @@ public class DrmSharerConfig {
}
}
// 用户商品分佣比例
// 用户商品分佣比例
String
sharerproductCommissionratio
=
"
application.
commissionratio.sharerproduct"
;
String
sharerproductCommissionratio
=
"commissionratio.sharerproduct"
;
if
(
changeEvent
.
isChanged
(
sharerproductCommissionratio
))
{
if
(
changeEvent
.
isChanged
(
sharerproductCommissionratio
))
{
log
.
info
(
"ProductCommissionConfig:onChange, changeKey = {}"
,
sharerproductCommissionratio
);
log
.
info
(
"ProductCommissionConfig:onChange, changeKey = {}"
,
sharerproductCommissionratio
);
ConfigChange
change
=
changeEvent
.
getChange
(
sharerproductCommissionratio
);
ConfigChange
change
=
changeEvent
.
getChange
(
sharerproductCommissionratio
);
...
...
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