This commit is contained in:
lwl0608 2024-05-15 20:01:40 +08:00
parent ce579b9701
commit 8ba9674a27
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)
}