ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/feignClient/ChargingOrderClient.java
@@ -182,7 +182,7 @@ * 修改安全检测数据 * @param securityDetection */ @PostMapping("/t-shopping-order/securityDetection") @PostMapping("/t-charging-order/securityDetection") void securityDetection(@RequestBody SecurityDetection securityDetection); @@ -190,6 +190,6 @@ * 远程启动充电应答 * @param message */ @PostMapping("/t-shopping-order/startChargeSuccessfully") @PostMapping("/t-charging-order/startChargeSuccessfully") void startChargeSuccessfully(PlatformStartChargingReplyMessage message); }