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