Pu Zhibing
3 天以前 99eddbebf80c5549a7487caed95b041abdc9bb5f
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";
 
}