浏览代码

IOT调用测试

master
林万龙 3 年前
父节点
当前提交
51c3858729
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. +0
    -6
      src/main/java/com/telpo/iotgateway/server/IotCommunication.java

+ 0
- 6
src/main/java/com/telpo/iotgateway/server/IotCommunication.java 查看文件

@@ -9,18 +9,12 @@ import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.profile.DefaultProfile;
import lombok.extern.slf4j.Slf4j;
import okhttp3.OkHttpClient;
import org.apache.commons.codec.binary.Base64;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.stereotype.Component;

import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
import javax.jms.*;
import javax.naming.NamingException;
import java.time.LocalDateTime;
import java.util.Map;
import com.aliyuncs.http.MethodType;

/**


正在加载...
取消
保存