Browse Source

查询赛事项目列表

zengyicheng 1 year ago
parent
commit
068fb9c96b
1 changed files with 5 additions and 0 deletions
  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();