update docs/架构设计/逻辑视图设计.md.

Signed-off-by: xujian <xujian@kylinos.cn>
This commit is contained in:
xujian 2024-01-25 07:11:53 +00:00 committed by Gitee
parent 672d7d4bd3
commit 8d919219e8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ app后端通过调用core层CORE API接口以及向CORE层注册回调处理
为了实现通信数据格式的可拓展性使用json格式进行app前后端的数据交互。
### CMD数据示例
cmd指令枚举示例
```
type Command int
@ -339,7 +339,7 @@ func send_cmd(conn_cmd net.Conn,cmd Command){
```
### EVENT数据示例
event指令格式示例