update 电单车

This commit is contained in:
Guoqs
2024-09-14 15:13:06 +08:00
parent 1d30807687
commit 9cab295b83
2 changed files with 5 additions and 3 deletions

View File

@@ -125,7 +125,8 @@ public class EBikeSendCommandServiceImpl implements EBikeSendCommandService {
data.setFullChargePower(0);
data.setMaxFullChargePowerCheckTime(0);
message.setData(data);
this.send(message);
byte[] send = this.send(message);
log.info("电单车发送停止充电指令response:{}", BytesUtil.binary(send, 16));
}
/**