fix data
This commit is contained in:
parent
ce579b9701
commit
8ba9674a27
|
@ -181,5 +181,5 @@ func ZoneMomentOrderList(ctx *gin.Context) {
|
|||
if len(list) >= req.Limit {
|
||||
data.More = 1
|
||||
}
|
||||
ReplyOk(ctx, nil)
|
||||
ReplyOk(ctx, data)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue