兼容舊版本

This commit is contained in:
2023-04-13 18:59:19 +08:00
parent 07a5129071
commit cd845da2ba

View File

@@ -80,6 +80,7 @@ type History struct {
}
type ListView struct {
Code int `json:"code"`
Page int `json:"page"`
PageSize int `json:"page_size"`
Total int `json:"total"`