562935844@qq.com
2022-05-13 a3f9e5ce8dce3d86a60a79b85ce44424a612c6fa
HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/exception/HDLLinkException.java
@@ -1,7 +1,5 @@
package com.hdl.sdk.common.exception;
import androidx.annotation.NonNull;
/**
 * Created by Tong on 2021/11/11.
 */
@@ -39,8 +37,7 @@
        this.code = code;
    }
    public @NonNull
    String getMsg() {
    public String getMsg() {
        return msg;
    }