From 74b80c24b891cb8348ceda4fd73b007c55cc7ab5 Mon Sep 17 00:00:00 2001 From: xin Date: Wed, 10 Jul 2024 17:21:16 +0800 Subject: [PATCH] =?UTF-8?q?+5=20=E6=94=B9=E6=88=90+2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index a81ce61..445cbcd 100644 --- a/Readme.md +++ b/Readme.md @@ -21,21 +21,21 @@ json定义比较灵活 但是根对象必须提供如下: -- CN: 命令名称 +- command: 命令名称 -- PA:命令参数 //发送时必须 返回可选 +- PA:命令参数 //可选 返回时应提供相应状态 -- ST:OK +- ST:OK //可选 发送示例: ```json { - "CN":"SetCamerTime", + "command":"SetCamerTime", "PA":{ "time1":1000, "time2":1000 @@ -49,7 +49,7 @@ json定义比较灵活 但是根对象必须提供如下: ```json { - "CN":"SetCamerTime", + "command":"SetCamerTime", "Other":"自己定义", "ST":"OK" }