|
@@ -3283,6 +3283,11 @@ router.route("/getTestCourseDetail").all((req, res, next) => {
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|
|
getmysql(req, res, "getTestCourseDetail", json["cid"]);
|
|
getmysql(req, res, "getTestCourseDetail", json["cid"]);
|
|
});
|
|
});
|
|
|
|
+//查看评测
|
|
|
|
+router.route("/selectPostilByUid").all((req, res, next) => {
|
|
|
|
+ var json = queryString(req.url);
|
|
|
|
+ getmysql(req, res, "selectPostilByUid", json["uid"]);
|
|
|
|
+});
|
|
//查看课程
|
|
//查看课程
|
|
router.route("/select_synergy").all((req, res, next) => {
|
|
router.route("/select_synergy").all((req, res, next) => {
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|