mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-06 20:11:27 +08:00
【升级go 1.18】
This commit is contained in:
@@ -9,6 +9,6 @@ type PageParam struct {
|
||||
|
||||
// 分页结果
|
||||
type PageResult struct {
|
||||
Total int64 `json:"total"`
|
||||
List interface{} `json:"list"`
|
||||
Total int64 `json:"total"`
|
||||
List any `json:"list"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user