[*] 状态查询

This commit is contained in:
acgist
2023-06-11 10:11:38 +08:00
parent fa7c87d957
commit aef9b76815
3 changed files with 5 additions and 5 deletions

View File

@@ -1767,7 +1767,7 @@ class Taoyao extends RemoteClient {
}
async clientStatus(clientId) {
const response = await this.request(
protocol.buildMessage("client::list", { clientId })
protocol.buildMessage("client::status", { clientId })
);
return response.body;
}