refactor(log): remove Reset Subscribe Traffic Log endpoint and related types

This commit is contained in:
Chang lue Tsen
2025-08-21 11:19:45 -04:00
parent 062533412a
commit 6b1b365734
5 changed files with 0 additions and 116 deletions
-11
View File
@@ -1435,17 +1435,6 @@ type ResetSubscribeTrafficLog struct {
ResetAt int64 `json:"reset_at"`
}
type ResetSubscribeTrafficLogRequest struct {
Page int `form:"page"`
Size int `form:"size"`
UserSubscribeId int64 `form:"user_subscribe_id"`
}
type ResetSubscribeTrafficLogResponse struct {
List []ResetSubscribeTrafficLog `json:"list"`
Total int64 `json:"total"`
}
type ResetTrafficOrderRequest struct {
UserSubscribeID int64 `json:"user_subscribe_id"`
Payment int64 `json:"payment"`