From 8b19051578ecf4cad39214e62a04d3c1db4085b2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 30 Jun 2022 13:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B8=E5=90=8Cappid?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E7=89=88=E6=9C=AC=E6=95=B0=E6=8D=AE=E6=B7=B7?= =?UTF-8?q?=E6=B7=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rest/wechat/getZip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/wechat/getZip.js b/src/rest/wechat/getZip.js index 034f806..ac95168 100644 --- a/src/rest/wechat/getZip.js +++ b/src/rest/wechat/getZip.js @@ -6,7 +6,7 @@ module.exports = { action: "/node/wxmp/getZip", method: "post", execute: (request, response) => { - let {appid, id} = request.query, uniCon = `appid='${appid}' and pid='${id}'`,uid= [aid, pid].join("_") + let {appid, id} = request.query, uniCon = `appid='${appid}' and pid='${id}'`,uid= [appid, id].join("_") db.query(`select * from node_dvcp_config where id='${id}'`).then(res => { let info = res?.[0], sql if (info?.appid && info?.pid) {