From b0724affcc70d2ef2ba5ac00344760d2353a6b96 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 19 May 2022 11:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rest/wechat/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/wechat/download.js b/src/rest/wechat/download.js index ac8626e..54cd10e 100644 --- a/src/rest/wechat/download.js +++ b/src/rest/wechat/download.js @@ -2,7 +2,7 @@ const archiver = require("archiver") const fse = require("fs-extra"); const fs = require("fs"); module.exports = { - action: "/node/autodeploy/download", + action: "/node/wxmp/download", method: "post", execute: (request, response) => { let appid = request.query?.appid