mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
将推送第三方平台改为可推送多个平台
This commit is contained in:
@@ -112,4 +112,6 @@ public interface YCBCService {
|
||||
* @return
|
||||
*/
|
||||
String pushStationInfo(PushStationInfoDTO dto);
|
||||
|
||||
String pushStationInfoV2(PushStationInfoDTO dto);
|
||||
}
|
||||
@@ -278,4 +278,8 @@ public class YCBCServiceImpl implements YCBCService {
|
||||
return zdlService.pushStationInfo(dto);
|
||||
}
|
||||
|
||||
public String pushStationInfoV2(PushStationInfoDTO dto) {
|
||||
return zdlService.pushStationInfoV2(dto);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user