Merge branch 'dev-lwl/order' into test
This commit is contained in:
commit
ca2afc7e0a
|
@ -181,5 +181,5 @@ func ZoneMomentOrderList(ctx *gin.Context) {
|
||||||
if len(list) >= req.Limit {
|
if len(list) >= req.Limit {
|
||||||
data.More = 1
|
data.More = 1
|
||||||
}
|
}
|
||||||
ReplyOk(ctx, nil)
|
ReplyOk(ctx, data)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue