Pu Zhibing
2025-05-19 3244b550596e0330031b3f4547356927df83b0ad
ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/iotda/config/IotDAConfig.java
@@ -20,16 +20,32 @@
     */
    private String sk;
    /**
     * endpoint配置  938d8d39e2.iotda.cn-north-4.myhuaweicloud.com
     * endpoint配置  94cb3eb5f9.st1.iotda-app.cn-south-1.myhuaweicloud.com
     */
    private String endpoint;
    /**
     * project_id配置     0cc59978c61e4b4da24e8c3d02937b45
     * project_id配置        f31c21e190e04fb0aebf8c0b1e7959cd
     */
    private String projectId;
    /**
     * Instance-Id配置     c60f266a-57a2-460c-a24e-eabda84602eb
     * Instance-Id配置     d21a37d3-c578-43aa-a1ab-be3854e7c337
     */
    private String instanceId;
    /**
     * 设备ID
     */
    private String deviceId;
    /**
     * 是否开启测试
     */
    private Boolean test;
    /**
     * 测试设备ID
     */
    private String testDeviceId;
    /**
     * 测试充电桩号
     */
    private String testDriverCode;
}