update 联联平台

This commit is contained in:
2024-03-26 14:16:00 +08:00
parent 8a52399f16
commit 91f2d22583
2 changed files with 1 additions and 3 deletions

View File

@@ -18,8 +18,6 @@ public interface LianLianService {
* 根据充电站id推送充电站信息
* @param dto
*/
// String pushStationInfo(PushStationInfoDTO dto);
String pushStationInfoV2(PushStationInfoDTO dto);
/**

View File

@@ -8,7 +8,7 @@ import com.jsowell.thirdparty.platform.InterfaceWithPlatformLogicFactory;
import java.util.Map;
public class LianLianLogic extends AbsInterfaceWithPlatformLogic {
public class LianLianPlatformLogic extends AbsInterfaceWithPlatformLogic {
@Override
public void afterPropertiesSet() throws Exception {