|
@@ -66,7 +66,7 @@ module.exports.getStudents = function (examId, pageNumber, pageSize, params) {
|
|
|
module.exports.countStudents = function (examId, params) {
|
|
|
params = params || {}
|
|
|
params.examId = examId
|
|
|
- return execute('/api/exam/student/count', 'POST', params)
|
|
|
+ return execute('/api/exam/students/count', 'POST', params)
|
|
|
}
|
|
|
|
|
|
module.exports.getPackages = function (examId, upload, withUrl) {
|