mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 推送联联平台后管页面
This commit is contained in:
@@ -189,6 +189,17 @@ public class PileStationInfoController extends BaseController {
|
||||
return AjaxResult.success(thirdPartySettingInfoService.getInfoByStationId(id));
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询第三方平台配置信息
|
||||
* @param info
|
||||
* @return
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('pile:station:query')")
|
||||
@PostMapping("/getSettingInfo")
|
||||
public AjaxResult getSettingInfo(@RequestBody ThirdPartySettingInfo info) {
|
||||
return AjaxResult.success(thirdPartySettingInfoService.selectSettingInfo(info));
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改站点互联互通配置信息
|
||||
* @param info
|
||||
|
||||
Reference in New Issue
Block a user