瀏覽代碼

IOT调用测试

master
林万龙 3 年之前
父節點
當前提交
3d3a7cfd10
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/main/java/com/telpo/iotgateway/server/IotCommunication.java

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

@@ -71,7 +71,7 @@ public class IotCommunication {
String ProductKey = "a18mXM6Cvx8";
String DeviceName = "800115470000678";

DefaultProfile profile = DefaultProfile.getProfile("cn-hangzhou", accessKey, accessSecret);
DefaultProfile profile = DefaultProfile.getProfile("cn-shanghai", accessKey, accessSecret);
IAcsClient client = new DefaultAcsClient(profile);
try {



Loading…
取消
儲存