🎨客户端链接信息
This commit is contained in:
@@ -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"` // 传输流量
|
||||
|
Reference in New Issue
Block a user