Closed jipfqf closed 2 years ago
{
"syncId":1,
"command":"commandExecute",
"content":{
"command": [{"type": "Plain", "text": "/autologin list"}]
}
}
好像不太行
看了一眼文档是这个
{
"syncId":1,
"command":"cmd_execute",
"content":{
"command": [{"type": "Plain", "text": "/autologin list"}]
}
}
如何用websocket执行命令,如下写法提示指定操作不支持
{ "syncId":1, "command":"commandExecute", "subCommand":"/autologin list", "content":{} }