测试修改

This commit is contained in:
kai60
2020-05-03 21:05:25 +08:00
parent 53f06fcf43
commit 8d0003b9cd
34 changed files with 862 additions and 170 deletions
@@ -13,7 +13,9 @@
{
self.messagetype=@"00";
self.massagelegth=@"12";
self.functionCode=@"16";
if (!self.functionCode.length) {
self.functionCode=@"16";
}
return [NSString stringWithFormat:@"%@%@%@%@%@",self.messagetype,self.functionCode,self.sendmacId,self.resavemacId,self.massagelegth];
}