Commit 1eaadab2f0822a92d5b2c42ed917ffb7d78c8d3a

Authored by 刘琴
1 parent c928253d

删除在线测验中的指定keySns参数,不能指定键盘开始测验

通讯协议-B200W-MQTT协议[内部].md
@@ -617,7 +617,7 @@ @@ -617,7 +617,7 @@
617 "fun":"setBsPairCode", 617 "fun":"setBsPairCode",
618 "dataTag":"1", 618 "dataTag":"1",
619 "data":{ 619 "data":{
620 - "value":"041201" 620 + "value":"04120101"
621 } 621 }
622 } 622 }
623 ``` 623 ```
@@ -2224,7 +2224,6 @@ @@ -2224,7 +2224,6 @@
2224 |fun|string|-|是|指令名称| 2224 |fun|string|-|是|指令名称|
2225 |dataTag|string|-|否|数据包标识,可为空字符串| 2225 |dataTag|string|-|否|数据包标识,可为空字符串|
2226 |data|object|-|是|传送参数的对象| 2226 |data|object|-|是|传送参数的对象|
2227 -|+keySns|array||是|指定的键盘SN数组,可空表示全部在线键盘|  
2228 |+examNo|int||是|0-9999<br>=0,新的测验<br>>0时,与上次启动卷号一致继续测验,不一致进入新的测验| 2227 |+examNo|int||是|0-9999<br>=0,新的测验<br>>0时,与上次启动卷号一致继续测验,不一致进入新的测验|
2229 |+mode|int||是|显示模式<br>0-不显示开头<br>1-显示“Q”开头<br>2-显示“题”开头| 2228 |+mode|int||是|显示模式<br>0-不显示开头<br>1-显示“Q”开头<br>2-显示“题”开头|
2230 |+questions|array||是|题目详情| 2229 |+questions|array||是|题目详情|
@@ -2241,7 +2240,6 @@ @@ -2241,7 +2240,6 @@
2241 "fun": "startKpExam", 2240 "fun": "startKpExam",
2242 "dataTag":"1", 2241 "dataTag":"1",
2243 "data":{ 2242 "data":{
2244 - "keySns":[],  
2245 "mode": 0, 2243 "mode": 0,
2246 "examNo": 1, 2244 "examNo": 1,
2247 "questions": [{ 2245 "questions": [{
@@ -2281,7 +2279,6 @@ @@ -2281,7 +2279,6 @@
2281 "fun": "startKpExam", 2279 "fun": "startKpExam",
2282 "dataTag":"1", 2280 "dataTag":"1",
2283 "data":{ 2281 "data":{
2284 - "keySns":[],  
2285 "mode": 1, 2282 "mode": 1,
2286 "examNo": 1, 2283 "examNo": 1,
2287 "questions": [{ 2284 "questions": [{
@@ -2302,7 +2299,6 @@ @@ -2302,7 +2299,6 @@
2302 "fun": "startKpExam", 2299 "fun": "startKpExam",
2303 "dataTag":"1", 2300 "dataTag":"1",
2304 "data":{ 2301 "data":{
2305 - "keySns":[],  
2306 "mode": 2, 2302 "mode": 2,
2307 "examNo": 1, 2303 "examNo": 1,
2308 "questions": [{ 2304 "questions": [{