Merge branch 'dev-lwl/order' into test

This commit is contained in:
lwl0608 2024-05-15 20:01:50 +08:00
commit ca2afc7e0a
1 changed files with 1 additions and 1 deletions

View File

@ -181,5 +181,5 @@ func ZoneMomentOrderList(ctx *gin.Context) {
if len(list) >= req.Limit {
data.More = 1
}
ReplyOk(ctx, nil)
ReplyOk(ctx, data)
}