|
@@ -155,10 +155,6 @@ router.get("/downloadFile", function (req, res, next)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
logHelper.info("res_total:" + res_total);
|
|
|
/*课件-End*/
|
|
@@ -497,12 +493,12 @@ var addDownload = function (opt)
|
|
|
|
|
|
if (retObj.code == 200)
|
|
|
{
|
|
|
- logHelper.info("Succeed to call api[" + opt.path + "]");
|
|
|
+ logHelper.info("Succeed to call api[" + opt.path + "] with lessonId["+opt.lessonId+"]");
|
|
|
return true;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- logHelper.error("Failed to call api[" + opt.path + "],caused by error[" + retObj + "]");
|
|
|
+ logHelper.error("Failed to call api[" + opt.path + "] with lessonId["+opt.lessonId+"],caused by error[" + retObj + "]");
|
|
|
return false;
|
|
|
}
|
|
|
});
|