From e401091d29c9756d60d2de055b4867a15f339c9c Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 16 Mar 2023 09:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/sync.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/sync.js b/bin/sync.js index 3836cf60..fc8ce9ce 100644 --- a/bin/sync.js +++ b/bin/sync.js @@ -5,6 +5,7 @@ let apps = {list: [], desc: "用于产品库主页面获取应用使用", type: const saveApps = app => { if (app.list.length > 0) { return axios.post("http://192.168.1.87:12525/node/wechatapps/addOrUpdate", app, {timeout: 1000}).then(res => { + console.log(res) if (res.data.code == 0) chalkTag.done("产品库目录已同步至后台数据库...") }).catch(err => { chalkTag.error(err)