[*] script

This commit is contained in:
acgist
2022-11-20 09:13:32 +08:00
parent a08449cb8b
commit f6c6674113
5 changed files with 42 additions and 19 deletions

View File

@@ -43,14 +43,20 @@
### 执行命令信令1001
终端->服务端:执行系统命令
#### 消息主体
```
{
"script": "命令"
}
----
{
"result": "结果"
}
```
#### 消息流程:终端->服务端->终端
### 异常信令1999
服务端->终端:提示异常信息