fix: delete unused struct

This commit is contained in:
Senis Y 2022-11-25 00:25:39 +08:00
parent 183b1be519
commit 74f3a75682

View File

@ -1,7 +1 @@
package newV2board
type UserTraffic struct {
UID int `json:"user_id"`
Upload int64 `json:"u"`
Download int64 `json:"d"`
}