From d30065ab388af816461436e9e5ba806dfffc4d5e Mon Sep 17 00:00:00 2001 From: Elvis Date: Sat, 3 Feb 2024 10:32:53 +0800 Subject: [PATCH] update --- 海亮定制.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/海亮定制.md b/海亮定制.md index 1d18de9..2dfde57 100644 --- a/海亮定制.md +++ b/海亮定制.md @@ -142,7 +142,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。 | c | string | 答题器的序号(card) | | t | number | 时间戳(10位timestamp) | | qm | number | 模式(question model)取值范围:
0:停止
1:单题
14:多级编号答题 | -| qt | number | 题型(question type),取值范围:
0:字母单选
1:字母多选
2:数字题
3:判断题
5:抢答
7:自判题判断题 | +| qt | number | 题型(question type),取值范围:
0:字母单选
1:字母多选
2:数字题
3:判断题
5:抢答
7: 自判题判断题 | | qs | number | 该题型数量(question sum),单题为1,多题则为实际数量。 | | qn | number | 题目序号(question No),题目顺序号 | | dn | string | display no 显示编号,键盘上显示的题目编号| @@ -304,7 +304,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。 { "i": 14, "m": [{ - "c": "12345", + "c": "2126833671", "el": 0.75, "t": 1626016299 }] @@ -327,7 +327,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。 { "i": 15, "m": [{ - "c": "12345", + "c": "2126833671", "t": 1626016299 }] } @@ -493,7 +493,7 @@ public static String bytesToHexString(byte[] src) { "i": 13, "en": "1", "qm": 1, - "c": "12345", + "c": "2126833671", "m": [{ "qn": 1, "a": "A", @@ -557,7 +557,7 @@ public static String bytesToHexString(byte[] src) { "i": 13, "en": "2", "qm": 4, - "c": "12345", + "c": "2126833671", "m": [{ "qn": 1, "a": "A", @@ -649,7 +649,7 @@ public static String bytesToHexString(byte[] src) { "i": 13, "en": "3", "qm": 14, - "c": "12345", + "c": "2126833671", "m": [{ "qn": "1", "a": "A", @@ -783,7 +783,7 @@ public static String bytesToHexString(byte[] src) { { "i": 18, "m": { - "cId": "123456", + "cId": "3411111156", "percent": 0, "status": 0 } @@ -827,7 +827,7 @@ public static String bytesToHexString(byte[] src) { { "i": 29, "m": { - "cId": "123456", + "cId": "2023065218", "percent": 0, "status": 0 } @@ -861,7 +861,7 @@ public static String bytesToHexString(byte[] src) { | --- | --- | | i = 62 | 文本设置 | | sn |键盘列表 | -| cmd |下发的命令
4 第二行文本
81 单选
82 多选
83 数字
84 判断
85 自判题判断
87 清除 | +| cmd |下发的命令
4: 第二行文本
81:单选
82: 多选
83: 数字
84: 判断
85: 自判题判断
87: 清除 | | text |标题信息,以hex:开头添加的内容 内容为GBK的hex编码 | -- libgit2 0.21.4