|
@@ -22,6 +22,9 @@ let multer = require("multer");
|
|
const wx = {
|
|
const wx = {
|
|
appid: "wx1260af162664fd04",
|
|
appid: "wx1260af162664fd04",
|
|
secret: "9d399b3aa0a9e8bce68d20e7734b73e0",
|
|
secret: "9d399b3aa0a9e8bce68d20e7734b73e0",
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
};
|
|
};
|
|
|
|
|
|
router.use(async function(req, res, next) {
|
|
router.use(async function(req, res, next) {
|
|
@@ -113,6 +116,11 @@ router.post("/selectActivity", (req, res) => {
|
|
postmysql3(req, res, "select_activity");
|
|
postmysql3(req, res, "select_activity");
|
|
});
|
|
});
|
|
|
|
|
|
|
|
+
|
|
|
|
+router.post("/selectActivityID", (req, res) => {
|
|
|
|
+ postmysql3(req, res, "select_activityID");
|
|
|
|
+});
|
|
|
|
+
|
|
|
|
|
|
router.route("/selectAct").all((req, res, next) => {
|
|
router.route("/selectAct").all((req, res, next) => {
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|