Closed 618457 closed 4 years ago
@get("/") async index() { const result = await this.service.getPaginate(this.request); // ===>>> 应为 paginate
return this.setStatusData(result.data) .setStatusTotal(result.count) .succeed();
}
close 8d490eb58be9ee05a9182599de97389afb7d958a
@get("/") async index() { const result = await this.service.getPaginate(this.request); // ===>>> 应为 paginate
}