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:
@@ -190,7 +190,7 @@ public class PileStationInfoController extends BaseController {
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('pile:station:edit')")
|
||||
@PostMapping("/updateSettingByStationId")
|
||||
public AjaxResult updateSettingByStationId(ThirdPartySettingInfo info) {
|
||||
public AjaxResult updateSettingByStationId(@RequestBody ThirdPartySettingInfo info) {
|
||||
return AjaxResult.success(thirdPartySettingInfoService.updateStationSettingInfo(info));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user