同步获取响应数据

This commit is contained in:
Guoqs
2024-08-01 16:50:16 +08:00
parent ea1a0c81f1
commit e7e8848b00
4 changed files with 1 additions and 30 deletions

View File

@@ -151,16 +151,6 @@ public class PileRemoteService {
ykcPushCommandService.pushProofreadTimeCommand(command);
}
public void proofreadTimeTest(String pileSn) {
ProofreadTimeCommand command = ProofreadTimeCommand.builder().pileSn(pileSn).build();
try {
ykcPushCommandService.pushProofreadTimeCommandTest(command);
} catch (Exception e) {
throw new RuntimeException(e);
}
}
/**
* 下发充电桩计费模型
*/