mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-24 00:59:43 +08:00
update 远程更新
This commit is contained in:
@@ -341,7 +341,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
|
|||||||
byte[] passwordByteArr = BytesUtil.ensureLength(BytesUtil.str2Asc(command.getPassword()), 16);
|
byte[] passwordByteArr = BytesUtil.ensureLength(BytesUtil.str2Asc(command.getPassword()), 16);
|
||||||
|
|
||||||
// 文件路径
|
// 文件路径
|
||||||
byte[] filePathByteArr = BytesUtil.ensureLength(BytesUtil.str2Asc(command.getFilePath()), 64);
|
byte[] filePathByteArr = BytesUtil.ensureLength(BytesUtil.str2Asc(command.getFilePath()), 32);
|
||||||
|
|
||||||
// 执行控制 01:立即执行 02:空闲执行
|
// 执行控制 01:立即执行 02:空闲执行
|
||||||
byte[] performTypeByteArr = Constants.oneByteArray;
|
byte[] performTypeByteArr = Constants.oneByteArray;
|
||||||
|
|||||||
Reference in New Issue
Block a user