version:3.0.8

fix:
update:优化禁用逻辑
This commit is contained in:
2023-07-26 10:31:33 +08:00
parent cf04e4c0b8
commit dbce88be88
15 changed files with 224 additions and 198 deletions

View File

@@ -615,7 +615,9 @@ public class Utils {
* @return
*/
public static String getSerial() {
if (JGYUtils.getInstance().checkAppPlatform() == JGYUtils.G13Platform) {
if (JGYUtils.getInstance().checkAppPlatform() == JGYUtils.G13Platform
|| JGYUtils.getInstance().checkAppPlatform() == JGYUtils.iPlay50SEPlatform
) {
return getSn();
} else {
return JGYUtils.getInstance().getIMEI();