app/src/main/java/safeluck/drive/evaluation/bean/RegisterMessage.java
@@ -9,7 +9,7 @@ */ public class RegisterMessage extends DriveExamProtocol { private static final int BODY_LENGTH = 3; private static final int BODY_LENGTH = 4; /** * 构造函数 * @@ -20,7 +20,7 @@ } @Override protected int msgBodyLength() { protected short msgBodyLength() { return BODY_LENGTH; }