mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-02-27 06:54:41 +08:00
add tag search api
This commit is contained in:
11
server/model/RequestParams.go
Normal file
11
server/model/RequestParams.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
type SearchTagsVO struct {
|
||||
Pid int64
|
||||
Cid int64
|
||||
Plot string
|
||||
Area string
|
||||
Language string
|
||||
Year int64
|
||||
Sort string
|
||||
}
|
||||
Reference in New Issue
Block a user