mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
同步获取响应数据
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 下发充电桩计费模型
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user