version:
fix:优化请求次数 add:
This commit is contained in:
23
app/src/main/java/com/uiui/sn/config/CommonConfig.java
Normal file
23
app/src/main/java/com/uiui/sn/config/CommonConfig.java
Normal file
@@ -0,0 +1,23 @@
|
||||
package com.uiui.sn.config;
|
||||
|
||||
public class CommonConfig {
|
||||
/*保存的应用版本号*/
|
||||
public final static String SN_VERSIONCODE = "SN_VERSIONCODE";
|
||||
/*首次连接*/
|
||||
public final static String JGY_FIRST_CONNECT = "first_connect";
|
||||
/*后台的白名单*/
|
||||
public final static String ONLY_SHORTCUT_LIST = "only_jgy_shortcut_list";
|
||||
/*底层白名单*/
|
||||
public final static String QCH_APP_FORBID = "qch_app_forbid";
|
||||
|
||||
|
||||
public static String isLogined = "isLogined";
|
||||
public static String AES_KEY = "0123456789ABCDEF";
|
||||
public static String HTTP_KEY = "YTM3YTAxNTJmMmZmNzkyM2E2YzIwZjlhZTc0NzNmMGI=";
|
||||
public static String UserName = "USERINFO_NAME";
|
||||
public static String UserSchool = "USERINFO_SCHOOL";
|
||||
public static String UserGrade = "USERINFO_GRADE";
|
||||
public static String userDebugMode = "ZUOYEOS_DEBUG";
|
||||
public static String EnableDebug = "EnableDebug";
|
||||
public static String SP_Userinfo_json = "USERINFO_JSON";
|
||||
}
|
||||
Reference in New Issue
Block a user