ソースを参照

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 {



読み込み中…
キャンセル
保存