mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-28 23:15:11 +08:00
新增 苏州市平台相关Service、controller
This commit is contained in:
@@ -24,8 +24,8 @@ public class ThirdPartyNotificationController extends BaseController {
|
||||
public AjaxResult notificationStationInfo(@RequestBody NotificationDTO dto) {
|
||||
AjaxResult result;
|
||||
try {
|
||||
notificationService.notificationStationInfo(dto);
|
||||
result = AjaxResult.success();
|
||||
String postResult = notificationService.notificationStationInfo(dto);
|
||||
result = AjaxResult.success(postResult);
|
||||
} catch (BusinessException e) {
|
||||
logger.error("充电站信息变化推送失败", e);
|
||||
result = AjaxResult.error(e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user