Commit 190eabe15945cf1b20825c10563c2cbf43d3c548
1 parent
cabf65a2
设置与读取
Showing
1 changed file
with
14 additions
and
3 deletions
海亮定制.md
@@ -600,9 +600,9 @@ ${clinetId} clinetId 是基站编号,为替换字符串。 | @@ -600,9 +600,9 @@ ${clinetId} clinetId 是基站编号,为替换字符串。 | ||
600 | ### 3.2.5 生避字检测方法 | 600 | ### 3.2.5 生避字检测方法 |
601 | 601 | ||
602 | 下发文本信息时,需要先检测下发的文本内容<br> | 602 | 下发文本信息时,需要先检测下发的文本内容<br> |
603 | -下发的内容当中,如果有些字属于生避字,需要在业务进行前,先把生避字的字码下发给到基站。<br> | ||
604 | -目前基站支持最多存储8个生避字<br> 。 | ||
605 | -生避字字符<a href="/Elvis/public/blob/master/soft/code.dat" target="_blank" >下载</a> | 603 | +下发的内容当中,如果有些字属于生避字,需要在业务进行前,先把生避字对应的字码下发给到基站。<br> |
604 | +目前支持最多存储10个生避字。<br> | ||
605 | +字码表文件:<a href="/Elvis/public/blob/master/soft/code.dat" target="_blank">字码表下载</a> | ||
606 | 606 | ||
607 | 判断字符的GB2312编码是否是生避字,方法: | 607 | 判断字符的GB2312编码是否是生避字,方法: |
608 | 608 | ||
@@ -748,6 +748,8 @@ public byte[] readFileContent(int start, int len) { | @@ -748,6 +748,8 @@ public byte[] readFileContent(int start, int len) { | ||
748 | 748 | ||
749 | <br>主题: /client/${client}/operate | 749 | <br>主题: /client/${client}/operate |
750 | <br>指令内容: | 750 | <br>指令内容: |
751 | + | ||
752 | +设置 | ||
751 | ```json | 753 | ```json |
752 | { | 754 | { |
753 | "i": 20, | 755 | "i": 20, |
@@ -761,6 +763,15 @@ public byte[] readFileContent(int start, int len) { | @@ -761,6 +763,15 @@ public byte[] readFileContent(int start, int len) { | ||
761 | } | 763 | } |
762 | ``` | 764 | ``` |
763 | 765 | ||
766 | +读取 | ||
767 | +```json | ||
768 | +{ | ||
769 | + "i": 20, | ||
770 | + "m": { | ||
771 | + } | ||
772 | +} | ||
773 | +``` | ||
774 | + | ||
764 | | 名称 | 备注 | | 775 | | 名称 | 备注 | |
765 | | --- | --- | | 776 | | --- | --- | |
766 | | i= 20 |基站信息设置与读取 | | 777 | | i= 20 |基站信息设置与读取 | |