chore: update files

This commit is contained in:
danial
2025-08-23 16:48:12 +08:00
parent 00e70b3bee
commit 15701c981f
2 changed files with 735 additions and 634 deletions

View File

@@ -33,12 +33,15 @@ type RoadInfo struct {
Balance float64 Balance float64
RequestAll int RequestAll int
RequestSuccess int RequestSuccess int
ProductCode string TodayRequestAll int `json:"TodayRequestAll"`
UpdateTime time.Time TodayRequestSuccess int
CreateTime time.Time
PaymentHtml string
TransactionType string
IsAllowDifferentResend int IsAllowDifferentResend int
TransactionType string
PaymentHtml string
IsRepeatSubmit int // 是否设置重复提交
ProductCode string
CreateTime time.Time
UpdateTime time.Time
} }
const ROAD_INFO = "road_info" const ROAD_INFO = "road_info"

File diff suppressed because it is too large Load Diff