revert client traffic change

This commit is contained in:
Alireza Ahmadi
2023-03-28 23:09:51 +02:00
parent 27de7b030b
commit 28050aba23

View File

@@ -9,5 +9,4 @@ type ClientTraffic struct {
Down int64 `json:"down" form:"down"`
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
Total int64 `json:"total" form:"total"`
SubID string `json:"subId" from:"subId"`
}