🆕新增接口强制下线指定客户端

This commit is contained in:
coward
2024-03-15 15:43:37 +08:00
parent 30cc35ae00
commit 259cd39902
5 changed files with 95 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ type Client struct {
}
type ClientStatus struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
IpAllocation string `json:"IpAllocation"`