🎨新增请求日志记录
This commit is contained in:
@@ -4,3 +4,7 @@ type page struct {
|
||||
Current int `json:"current" form:"current" binding:"required"`
|
||||
Size int `json:"size" form:"size" binding:"required"`
|
||||
}
|
||||
|
||||
type OnlyPage struct {
|
||||
page
|
||||
}
|
||||
|
Reference in New Issue
Block a user