fix:优化请求次数
update:
This commit is contained in:
2022-04-02 18:37:49 +08:00
parent 62de0cac3f
commit 683f31087f
86 changed files with 3489 additions and 3860 deletions

View File

@@ -19,7 +19,9 @@ public class CommonConfig {
/*首次启动app*/
public final static String FIRST_STARTUP = "app_first_startup";
/**设备是否首次启动*/
/**
* 设备是否首次启动
*/
public final static String DEVICES_FRIST_START = "DEVICES_FRIST_START";
/*保存的应用版本号*/
@@ -36,5 +38,13 @@ public class CommonConfig {
public final static String JGY_FIRST_CONNECT = "first_connect";
/*定时上传log*/
public final static String UPLOAD_LOG_TYPE = "is_log_type";
/*所有app更新*/
public final static String ALL_APP_UPDATE = "AllAppUpdate";
/*上次检查更新时间*/
public final static String LAST_CHECK_ALL_UPDATE_TIME = "lastCheckAllUpdateTime";
/*获取设备的标签*/
public final static String DEVICES_TAG = "Aoleyun_devices_tag";
/*上次获取标签的时间*/
public final static String GET_DEVICES_TAG_LASTTIME = "Aoleyun_devices_tag_last_time";
}