admin
2022-04-21 2464548977f4720bc8fceeb5d999c1a3852c2d10
app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java
@@ -19,6 +19,7 @@
    tencentSMSAppKey(SystemConfigType.system, "腾讯云短信APPKey"),
    tencentVerifySMSTemplate(SystemConfigType.system, "腾讯云验证码短信模板"),
    testAccount(SystemConfigType.system, "测试账号"),
    appLink(SystemConfigType.system, "应用二合一链接"),
    //返回给前端的数据
    kefu(SystemConfigType.common, "客服链接"),
@@ -32,6 +33,9 @@
    //团队分成比例配置
    teamFirstDivideRate(SystemConfigType.team, "团队一级分成比例(0-1)"),
    teamSecondDivideRate(SystemConfigType.team, "团队二级分成比例(0-1)"),
    //金币设置
    signInGoldCorn(SystemConfigType.goldCorn,"连续签到金币分布"),
    ;