Pu Zhibing
2 天以前 be06cd6731dd2a5d1a9bbbd3d12a2f7b3a00c966
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.jianguan.mqtt.config;
 
public class TopicConstants {
 
    /**
     * topic 政务云上传数据
     */
    public static String CHARGE_PILE_CODE = "/devices/v1/MTM1OTkwNjEzMjc5NzE2MTQ3Mg==/CHARGE_PILE_CODE/sys/properties/report";
 
}