更换联系电话,提高稳定新。rangge闪退修改

This commit is contained in:
kai60
2021-01-04 09:16:21 +08:00
parent 6796226366
commit d9cc31760b
6 changed files with 12 additions and 4 deletions
@@ -46,6 +46,9 @@
NSString*str=[dataContorl dataToHexString:data];
if (str.length<127) {
return;
}
str=[str substringWithRange:NSMakeRange(124,4)];
UInt64 mac=[dataContorl hexToTen:str];
NSLog(@"%llu",mac);