Pu Zhibing
2024-10-09 a16959665e26c3c065217b7f3aca59c8bbed0e32
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);
}