Commit 62a9f2b6 by 王志超

fix: 补充商品合规兜底人配置

parent bb8582bc
Pipeline #92861 passed with stages
in 1 minute 27 seconds
...@@ -81,13 +81,13 @@ public class AppConfig { ...@@ -81,13 +81,13 @@ public class AppConfig {
/** /**
* 商品关联合规兜底人名 * 商品关联合规兜底人名
*/ */
@Value("${change.goods.compliance.name:}") @Value("${change.goods.compliance.name:崔亦仙}")
private String complianceName; private String complianceName;
/** /**
* 商品关联合规兜底邮箱 * 商品关联合规兜底邮箱
*/ */
@Value("${change.goods.compliance.email:}") @Value("${change.goods.compliance.email:cuiyixian@corp.netease.com}")
private String complianceEmail; private String complianceEmail;
/** /**
......
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