发送遥控地锁指令

This commit is contained in:
2023-08-02 10:35:13 +08:00
parent 0c45524a0d
commit 9b2b2396bb
2 changed files with 26 additions and 5 deletions

View File

@@ -219,4 +219,7 @@ public class PileRemoteService {
ykcPushCommandService.pushAccountBalanceUpdateCommand(command);
}
public void remoteControlGroundLock(RemoteControlGroundLockCommand command) {
ykcPushCommandService.pushRemoteControlGroundLock(command);
}
}