Browse Source

提交人:jtm
提交内容:优化

江天明 8 months ago
parent
commit
5f5a5a625a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

+ 1 - 1
libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

@@ -190,7 +190,7 @@ fun getSN(): String {
     var serial: String
 
 //    return "010D10390020123010190001"
-    return "000A10390020123010190009"
+  //  return "000A10390020123010190009"
     //通过反射获取sn号
     try {
         val c = Class.forName("android.os.SystemProperties")