:art:用户接口处理完毕
This commit is contained in:
6
http/param/base.go
Normal file
6
http/param/base.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package param
|
||||
|
||||
type page struct {
|
||||
Current int `json:"current" form:"current" binding:"required"`
|
||||
Size int `json:"size" form:"size" binding:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user