Commit 381765f3 authored by 黄奎's avatar 黄奎

页面修改

parent bd3aa620
......@@ -154,7 +154,7 @@ namespace Edu.WebApi.Controllers.Applet
}
var flag = courseExamModule.SubmitStuWordsExamModule(model);
return flag ? ApiResult.Success() : ApiResult.Failed();
return flag ? ApiResult.Success(data: model) : ApiResult.Failed();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment