version:1.1.3

fix:iplay50se适配
update:
This commit is contained in:
2023-03-24 09:36:08 +08:00
parent 69bf8b4139
commit ccf45273f7
3 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ android {
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 29 targetSdkVersion 29
versionCode 2 versionCode 5
versionName "1.1" versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -6,7 +6,7 @@ public class CommonConfig {
public static final String CLOUD_LESSON_SETTINGS_KEY = "cloud_lesson_settings_key"; public static final String CLOUD_LESSON_SETTINGS_KEY = "cloud_lesson_settings_key";
public static final String isLogined = "isLogined"; public static final String isLogined = "isLogined";
public static final String AES_KEY = "0123456789ABCDEF"; public static final String AES_KEY = "xqdep8exnafpef3d";
/*是否激活接口请求缓存*/ /*是否激活接口请求缓存*/

View File

@@ -183,7 +183,7 @@ public class RemoteManager {
// } // }
if (mGetInfoInterface != null) { if (mGetInfoInterface != null) {
try { try {
return mGetInfoInterface.getPushMac(); return mGetInfoInterface.getSerial();
} catch (Exception e) { } catch (Exception e) {
Log.e(TAG, "getSerial: " + e.getMessage()); Log.e(TAG, "getSerial: " + e.getMessage());
} }