mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 向第三方平台推送实时数据
This commit is contained in:
@@ -364,7 +364,7 @@ public class UploadRealTimeMonitorHandler extends AbstractHandler {
|
||||
log.info("推送中电联平台实时数据 pileConnectorCode:{}, connectorStatus:{}", pileConnectorCode, connectorStatus);
|
||||
zdlService.notificationStationStatus(pileConnectorCode, connectorStatus);
|
||||
}
|
||||
if (StringUtils.equals(ThirdPlatformTypeEnum.JIANG_SU_PLATFORM.getCode(), relation.getThirdPartyType())) {
|
||||
if (StringUtils.equals(ThirdPlatformTypeEnum.JIANG_SU_PLATFORM.getCode(), relationInfo.getThirdPartyType())) {
|
||||
// 江苏省平台
|
||||
String result = nrService.pushPileStatus(realTimeMonitorData);
|
||||
log.info("推送江苏省平台实时数据 result:{}", result);
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
package com.jsowell.netty.server.mqtt;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/12/14 11:33:03
|
||||
*/
|
||||
public class BootNettyMqttChannelInboundHandler {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
package com.jsowell.netty.server.mqtt;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/12/14 11:36:30
|
||||
*/
|
||||
public class BootNettyMqttMsgBack {
|
||||
}
|
||||
Reference in New Issue
Block a user