hxb
2022-09-08 2a01ef5e49422cca49bc7476fc1b8be8c8556561
HDLSDK/HDLLinkLocalSdk/src/main/java/com/hdl/sdk/link/common/exception/HDLLinkException.java
File was renamed from HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/exception/HDLLinkException.java
@@ -1,4 +1,4 @@
package com.hdl.sdk.common.exception;
package com.hdl.sdk.link.common.exception;
/**
 * Created by Tong on 2021/11/11.
@@ -37,7 +37,8 @@
        this.code = code;
    }
    public String getMsg() {
    public
    String getMsg() {
        return msg;
    }