| | |
| | | package com.ruoyi.integration.iotda.constant; |
| | | |
| | | public class IotConstant { |
| | | public static final int SUCCESS = 1; |
| | | public static final int FAIL = 0; |
| | | /** |
| | | * 华为云iot token |
| | | */ |
| | |
| | | */ |
| | | public static final String PASSWORD = "password"; |
| | | /** |
| | | * URL |
| | | * URL TODO 还原生产环境配置 |
| | | */ |
| | | public static final String URL = "https://iotda.cn-north-4.myhuaweicloud.com"; |
| | | // public static final String URL = "https://94cb3eb5f9.st1.iotda-app.cn-south-1.myhuaweicloud.com"; |
| | | public static final String URL = "https://43b1e3246f.st1.iotda-app.cn-south-1.myhuaweicloud.com"; |
| | | /** |
| | | * 创建产品 |
| | | */ |