mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
新增 苏州市平台相关Service、controller
This commit is contained in:
@@ -47,6 +47,9 @@ public class ShareprofitGroupController extends BaseController {
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询运营商分润组列表 new
|
||||
*/
|
||||
@PostMapping("/getShareprofitGroupList")
|
||||
public RestApiResponse<?> getShareprofitGroupList(@RequestBody ShareprofitGroup shareprofitGroup) {
|
||||
RestApiResponse<?> response = null;
|
||||
|
||||
@@ -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