修复(#17): 修复订阅流量限制更新未生效

Closes HIF-17
This commit is contained in:
2026-06-09 22:56:40 -07:00
committed by GitHub
parent e74958e17f
commit 9b5ff89ee8
6 changed files with 61 additions and 31 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ type (
Upload int64 `json:"upload"`
Download int64 `json:"download"`
SpeedLimit *int64 `json:"speed_limit,omitempty" validate:"omitempty,gte=0"`
TrafficLimit *string `json:"traffic_limit,omitempty"`
TrafficLimit []TrafficLimit `json:"traffic_limit,omitempty"`
}
GetUserLoginLogsRequest {
Page int `form:"page"`