lizhanwei
2020-02-13 d764ab52c649f81228ec253053f520d9e51de876
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;
    }