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; }