562935844@qq.com
2023-10-18 755e2893c12b79649ee12dec2b7d832d58b9265b
HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/connect/protocol/LinkMessageDecoder.java
@@ -5,7 +5,6 @@
import android.text.TextUtils;
import android.util.Log;
import androidx.annotation.RequiresApi;
import com.google.gson.reflect.TypeToken;
import com.hdl.sdk.common.config.TopicConstant;
@@ -35,7 +34,6 @@
import android.util.Base64;
import kotlin.ParameterName;
/**
 * Created by Tong on 2021/9/22.
@@ -254,7 +252,7 @@
    }
    @RequiresApi(api = Build.VERSION_CODES.O)
//    @RequiresApi(api = Build.VERSION_CODES.O)
    @Override
    protected synchronized LinkResponse decoder(Object msg, String ipaddress) throws Exception {
        if (msg == null || !(msg instanceof byte[])) {