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:
chenhao 2024-12-12 14:52:53 +08:00
commit 6920d210ad
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ type OpListReq struct {
}
type OpListData struct {
List []*dbstruct.ActivityHot `json:"list"`
Offset int `json:"offset"`
More int `json:"more"`
List []*ActivityHotOpVO `json:"list"`
Offset int `json:"offset"`
More int `json:"more"`
}
type OpListResp struct {