diff --git a/docs/架构设计/逻辑视图设计.md b/docs/架构设计/逻辑视图设计.md index 1e6085e..207e442 100644 --- a/docs/架构设计/逻辑视图设计.md +++ b/docs/架构设计/逻辑视图设计.md @@ -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指令格式示例