return info

This commit is contained in:
Leufolium 2024-02-05 19:09:18 +08:00
parent 9178b4a5ce
commit 87c431ce8e
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) {