Create & Init Project...
This commit is contained in:
17
app/interface/main/tv/model/search/client.go
Normal file
17
app/interface/main/tv/model/search/client.go
Normal file
@ -0,0 +1,17 @@
|
||||
package search
|
||||
|
||||
//RespForClient def.
|
||||
type RespForClient struct {
|
||||
*ResultResponse
|
||||
SearchType string `json:"search_type"`
|
||||
PageInfo *pageinfo `json:"pageinfo"`
|
||||
ResultAll *AllForClient `json:"resultall"`
|
||||
PGC []*CommonResult `json:"pgc"`
|
||||
UGC []*CommonResult `json:"ugc"`
|
||||
}
|
||||
|
||||
//AllForClient def.
|
||||
type AllForClient struct {
|
||||
Pgc []*CommonResult `json:"tvpgc"`
|
||||
Ugc []*CommonResult `json:"tvugc"`
|
||||
}
|
Reference in New Issue
Block a user