chore: update files
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
1356
views/road.html
1356
views/road.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user