🎨客户端链接信息

This commit is contained in:
coward
2024-08-09 11:06:58 +08:00
parent 8f28f790e0
commit 864cf2f3f8
4 changed files with 75 additions and 2 deletions

View File

@@ -35,6 +35,9 @@ type Keys struct {
// DataTraffic
// @description: 数据流量
type DataTraffic struct {
Name string `json:"name"` // 客户端名称
Email string `json:"email"` // 联系邮箱
IpAllocation string `json:"ipAllocation"` // 分配的IP
Online bool `json:"online"` // 是否在线
ReceiveBytes string `json:"receiveBytes"` // 接收流量
TransmitBytes string `json:"transmitBytes"` // 传输流量