@@ -0,0 +1,17 @@
|
||||
package freeVidmod
|
||||
|
||||
import "91porn-server/models/commod"
|
||||
|
||||
type ListParam struct {
|
||||
ListFilter
|
||||
commod.Page
|
||||
}
|
||||
|
||||
type ListFilter struct {
|
||||
UID uint64 `form:"uid" json:"uid,omitempty" bson:"uid,omitempty"` //用户ID
|
||||
}
|
||||
|
||||
type WebResp struct {
|
||||
Total int64 `json:"total"`
|
||||
List interface{} `json:"list"`
|
||||
}
|
||||
Reference in New Issue
Block a user