Pu Zhibing
5 天以前 7cf1eb27ecbd23ddc1d0e8080c9637aa6f2a2bf9
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";
 
}