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