JLChen
2021-12-07 d6a2ca78cc573243a44ff805ac01935fd36bb6d8
HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/connect/protocol/LinkMessageDecoder.java
@@ -70,6 +70,7 @@
                        } else {
                            //解密失败,返回原数据
                            response.setData(new String(body, "utf-8"));
                            LogUtils.e( "解密失败");
                        }
                    } else {