Merge pull request 'return info' (#100) from feat-IRONFANS-40-20240125-Robin into test

Reviewed-on: #100
This commit is contained in:
chenhao 2024-02-05 19:09:36 +08:00
commit 5392b29437
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ func OpGetMomentListByMid(ctx *gin.Context) {
data.More = 1
}
ReplyOk(ctx, data)
}
func OpGetMomentListByIds(ctx *gin.Context) {