Explorar o código

查询赛事项目列表

zengyicheng hai 1 ano
pai
achega
068fb9c96b
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -5446,6 +5446,11 @@ router.route("/getSchool1").all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "getSchool1", json["n"]);
 });
+//查询赛事项目列表
+router.route("/selectRaceList1").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectRaceList1", json["uid"], json["t"], json["oid"]);
+});
 
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();