使用官方的rest文件,稍作调整 //data = await think.model(this.resource).find(); 改为data = await this.mongoose(this.resource).find();