添加设备绑定过程;
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
} else {
|
||||
NSInteger left = 40 - origin.length;
|
||||
NSMutableString *str = [NSMutableString string];
|
||||
[str appendString:origin];
|
||||
for (NSInteger index = 0; index < left; index++) {
|
||||
[str appendString:@"0"];
|
||||
}
|
||||
[str appendString:origin];
|
||||
return [str copy];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user