Skip to content

Commit

Permalink
DEV UPDATE:EoefansVideoPageBannerResp add config param
Browse files Browse the repository at this point in the history
  • Loading branch information
misakajimmy committed Mar 12, 2023
1 parent 3467309 commit 31993b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/app/api/idl/eoefans_video_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ type EoefansVideoPageResp struct {
}

type EoefansVideoPageBannerResp struct {
Image string `json:"image"`
Url string `json:"url"`
Rank uint `json:"rank"`
Image string `json:"image"`
Url string `json:"url"`
Rank uint `json:"rank"`
Config string `json:"config"`
}

type EoefansVideoPageVideoResp struct {
Expand Down

0 comments on commit 31993b2

Please sign in to comment.