[*] script
This commit is contained in:
@@ -43,14 +43,20 @@
|
||||
|
||||
### 执行命令信令(1001)
|
||||
|
||||
终端->服务端:执行系统命令
|
||||
#### 消息主体
|
||||
|
||||
```
|
||||
{
|
||||
"script": "命令"
|
||||
}
|
||||
----
|
||||
{
|
||||
"result": "结果"
|
||||
}
|
||||
```
|
||||
|
||||
#### 消息流程:终端->服务端->终端
|
||||
|
||||
### 异常信令(1999)
|
||||
|
||||
服务端->终端:提示异常信息
|
||||
|
||||
Reference in New Issue
Block a user