version:3.0.8
fix: update:优化禁用逻辑
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user