diff --git a/海亮定制.md b/海亮定制.md
index debe1d4..ca2c299 100644
--- a/海亮定制.md
+++ b/海亮定制.md
@@ -192,7 +192,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
主题 : /client/${clientId}/online
-指令内容:
+
指令内容:
```
{
"i": 40
@@ -209,7 +209,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
由服务器发给应用程序,应用需要订阅主题
主题:/client/${clientId}/offline
-指令内容:
+
指令内容:
```json
{
"i": 41
@@ -224,7 +224,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
应用程序发送给基站
主题: /client/${client}/operate
-指令内容:
+
指令内容:
```json
{
"i": 20,
@@ -254,7 +254,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
基站发送给应用程序
主题: /client/${client}/report
-指令内容:
+
指令内容:
```json
{
"i": 21,
@@ -283,7 +283,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
基站发送给应用程序
主题:/client/${client}/error
-指令内容:
+
指令内容:
```json
{
"i": 22,
@@ -308,7 +308,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
由基站发给应用程序,应用需要订阅主题
主题: /client/${clientId}/card/online
-指令内容:
+
指令内容:
```json
{
"i": 14,
@@ -331,7 +331,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
由基站发给应用程序,应用需要订阅主题
主题: /client/${clientId}/card/offline
-指令内容:
+
指令内容:
```json
{
"i": 15,
@@ -352,7 +352,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
应用程序发送给基站
主题: /lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 30
@@ -366,7 +366,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
基站发给应用程序
主题: /lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 31,
@@ -389,7 +389,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
应用程序发送给基站
主题: /lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 3,
@@ -408,7 +408,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
应用程序发送给基站
主题: /lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 4,
@@ -427,7 +427,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
应用程序发送给基站
主题: /lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 5
@@ -449,7 +449,7 @@ ${clinetId} clinetId 是基站编号,为替换字符串。
由应用程序发给基站,应用按照主题发送
主题: /lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 12,
@@ -496,7 +496,7 @@ public static String bytesToHexString(byte[] src) {
由基站发给应用程序,应用订阅主题
主题: /lesson/class/${clinetId}/send
-指令内容:
+
指令内容:
```json
{
"i": 13,
@@ -513,7 +513,7 @@ public static String bytesToHexString(byte[] src) {
| 名称 | 备注 |
| --- | --- |
| i = 13 | 答题数据 |
-| qn = 1 |上报答题数据,单题题号固定为1 |
+| qn |上报答题数据,单题题号固定为1 |
| t |提交答案时间 |
| a | 答题数据 |
@@ -521,7 +521,7 @@ public static String bytesToHexString(byte[] src) {
#### 停止答题
由应用程序发给基站,应用按照主题发送
主题:/lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 11,
@@ -540,7 +540,7 @@ public static String bytesToHexString(byte[] src) {
由应用程序发给基站,应用按照主题发送
主题: /lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 12,
@@ -560,7 +560,7 @@ public static String bytesToHexString(byte[] src) {
由基站发给应用程序,应用订阅主题
主题: /lesson/class/${clinetId}/send
-指令内容:
+
指令内容:
```json
{
"i": 13,
@@ -590,7 +590,7 @@ public static String bytesToHexString(byte[] src) {
#### 停止答题(待完成-可能修改)
由应用程序发给基站,应用按照主题发送
主题:/lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 11,
@@ -610,7 +610,7 @@ public static String bytesToHexString(byte[] src) {
由应用程序发给基站,应用按照主题发送
主题: /lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 12,
@@ -652,7 +652,7 @@ public static String bytesToHexString(byte[] src) {
由基站发给应用程序,应用订阅主题
主题: /lesson/class/${clinetId}/send
-指令内容:
+
指令内容:
```json
{
"i": 13,
@@ -682,7 +682,7 @@ public static String bytesToHexString(byte[] src) {
#### 停止答题
由应用程序发给基站,应用按照主题发送
主题:/lesson/class/${clinetId}/receive
-指令内容:
+
指令内容:
```json
{
"i": 11,
@@ -699,7 +699,7 @@ public static String bytesToHexString(byte[] src) {
#### 开始升级
主题: /client/${client}/operate
-指令内容:
+
指令内容:
```json
{
"i": 17,
@@ -723,7 +723,7 @@ public static String bytesToHexString(byte[] src) {
#### 升级进度报告
主题: /client/${client}/report
-指令内容:
+
指令内容:
```json
{
"i": 18,
@@ -746,7 +746,7 @@ public static String bytesToHexString(byte[] src) {
#### 开始升级
主题: /client/${client}/operate
-指令内容:
+
指令内容:
```json
{
"i": 28,
@@ -767,7 +767,7 @@ public static String bytesToHexString(byte[] src) {
#### 升级进度报告
主题: /client/${client}/report
-指令内容:
+
指令内容:
```json
{
"i": 29,
@@ -790,7 +790,7 @@ public static String bytesToHexString(byte[] src) {
#### 文本下发
主题: /client/${client}/operate
-指令内容:
+
指令内容:
```json
{
"i": 60,
@@ -836,7 +836,7 @@ public static String bytesToHexString(byte[] src) {
#### 文本下发返回(待完成-可能修改)
主题: /client/${client}/report
-指令内容:
+
指令内容:
```json
{
"i": 61,
@@ -858,7 +858,7 @@ public static String bytesToHexString(byte[] src) {
### 学生卡信息上报
卡初始化组网的时候会上报一次
主题:/client/${client}/report
-指令内容:
+
指令内容:
```json
{
"i":32,