|
@@ -5478,6 +5478,12 @@ router.route("/getTestWorks").all((req, res, next) => {
|
|
|
getmysql(req, res, "getTestWorks", json["cid"], json["uid"]);
|
|
|
});
|
|
|
|
|
|
+//评测中心-获取评测提交详情
|
|
|
+router.route("/getTestWorks2").all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "getTestWorks2", json["cid"], json["uid"]);
|
|
|
+});
|
|
|
+
|
|
|
//评测中心-获取评测提交详情
|
|
|
router.route("/getTestWorksPage").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|