diff --git a/海亮定制.md b/海亮定制.md
index c3f50e2..cbdfb6f 100644
--- a/海亮定制.md
+++ b/海亮定制.md
@@ -806,6 +806,8 @@ public static String bytesToHexString(byte[] src) {
"i": 60,
"en": "6",
"cmd": 1,
+ "total": 1,
+ "current": 1,
"m": [{
"sn": "2126833671",
"text": "hex:d5c5c8fd"
@@ -819,6 +821,8 @@ public static String bytesToHexString(byte[] src) {
| --- | --- |
| i = 60 | 文本下发 |
| sn |键盘列表 |
+| current |当前第几包 |
+| total |一共多少包 |
| cmd |下发的命令
1: 姓名下发
4: 第二行文本
85: 自判题判断
87: 清除 |
| text |标题信息,以hex:开头添加的内容 内容为GBK的hex编码 |
@@ -855,6 +859,8 @@ public static String bytesToHexString(byte[] src) {
"i": 61,
"en": "6",
"cmd": 1,
+ "total": 1,
+ "current": 1,
"m": [{
"sn": "2126833671",
"success": 0
@@ -868,6 +874,8 @@ public static String bytesToHexString(byte[] src) {
| --- | --- |
| i = 61 | 文本下发返回 |
| sn |键盘号 |
+| current |当前第几包 |
+| total |一共多少包 |
| cmd |下发的命令
1: 姓名下发
4: 第二行文本
85:自判题判断
87:清除 |
| success | 是否成功。
0 表示成功
-1 失败 |