Merge pull request '1' (#886) from feat-IRONFANS-250-Robin into test
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/service/pulls/886
This commit is contained in:
commit
6920d210ad
|
@ -57,7 +57,7 @@ type OpListReq struct {
|
|||
}
|
||||
|
||||
type OpListData struct {
|
||||
List []*dbstruct.ActivityHot `json:"list"`
|
||||
List []*ActivityHotOpVO `json:"list"`
|
||||
Offset int `json:"offset"`
|
||||
More int `json:"more"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue