@@ -16,7 +16,7 @@ class UploadquestionController extends Controller {
// 完成度查询
async completion() {
const res = await this.service.completion(this.ctx.query);
- this.ctx.ok({ ...res });
+ this.ctx.ok({ data: res });
}