From 6cc97918a5a42e37a3c3867cc5b78a0b9fd43a24 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 29 四月 2022 19:55:41 +0800 Subject: [PATCH] 功能完善 --- app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java b/app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java index 111e46f..5b0ed6e 100644 --- a/app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java +++ b/app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java @@ -19,6 +19,8 @@ tencentSMSAppKey(SystemConfigType.system, "鑵捐浜戠煭淇PPKey"), tencentVerifySMSTemplate(SystemConfigType.system, "鑵捐浜戦獙璇佺爜鐭俊妯℃澘"), testAccount(SystemConfigType.system, "娴嬭瘯璐﹀彿"), + appLink(SystemConfigType.system, "搴旂敤浜屽悎涓�閾炬帴"), + androidPushAppCode(SystemConfigType.system, "android鎺ㄩ�佸簲鐢ㄧ紪鐮�"), //杩斿洖缁欏墠绔殑鏁版嵁 kefu(SystemConfigType.common, "瀹㈡湇閾炬帴"), @@ -32,6 +34,9 @@ //鍥㈤槦鍒嗘垚姣斾緥閰嶇疆 teamFirstDivideRate(SystemConfigType.team, "鍥㈤槦涓�绾у垎鎴愭瘮渚嬶紙0-1锛�"), teamSecondDivideRate(SystemConfigType.team, "鍥㈤槦浜岀骇鍒嗘垚姣斾緥锛�0-1锛�"), + //閲戝竵璁剧疆 + signInGoldCorn(SystemConfigType.goldCorn, "杩炵画绛惧埌閲戝竵鍒嗗竷"), + ; -- Gitblit v1.8.0