@@ -152,7 +152,7 @@ public class CharngingPushFrame {
//失败原因
byte[] resonarr = new byte[]{(byte) reson};
- System.arraycopy(resltass, 0, msg, index, resonarr.length);
+ System.arraycopy(resonarr, 0, msg, index, resonarr.length);
return msg;
}