Commit b8bf2f96a2696e3f06de75ef31135d3a60f61d8c
1 parent
04f68731
海亮定制
Showing
1 changed file
with
2 additions
and
2 deletions
海亮定制.md
... | ... | @@ -854,7 +854,7 @@ public static String bytesToHexString(byte[] src) { |
854 | 854 | |
855 | 855 | |
856 | 856 | #### 文本下发返回 |
857 | -<br>主题: /client/${client}/report | |
857 | +<br>主题: /lesson/class/${clinetId}/send | |
858 | 858 | <br>指令内容: |
859 | 859 | ```json |
860 | 860 | { |
... | ... | @@ -880,7 +880,7 @@ public static String bytesToHexString(byte[] src) { |
880 | 880 | |
881 | 881 | ### 学生卡信息上报 |
882 | 882 | 卡初始化组网的时候会上报一次 |
883 | -<br>主题:/lesson/class/${clinetId}/send | |
883 | +<br>主题:/client/${client}/report | |
884 | 884 | <br>指令内容: |
885 | 885 | ```json |
886 | 886 | { | ... | ... |