区分正式包和测试包的默认渠道,避免正式包因渠道丢失而回落到测试渠道

This commit is contained in:
juntao
2021-06-02 16:58:41 +08:00
parent f35baf0e5b
commit ea5627b3da
2 changed files with 6 additions and 1 deletions

View File

@ -62,6 +62,7 @@ public class Config {
public static final String PATCHES = "patches";
public static final String DEFAULT_CHANNEL = "GH_TEST2";
public static final String DEFAULT_CHANNEL_FOR_RELEASE = "GH_206"; // 正式包的缺省渠道,避免因渠道丢失而回落到测试渠道
private static String SETTINGS_KEY = "settingsKey";