From e554656a9b06afba6de3879632b13e68367ac243 Mon Sep 17 00:00:00 2001 From: wenlele Date: Mon, 13 Nov 2023 18:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/bigScreen/index .js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/app/lib/controllers/bigScreen/index .js b/api/app/lib/controllers/bigScreen/index .js index 5c9f1e7..5a1e89b 100644 --- a/api/app/lib/controllers/bigScreen/index .js +++ b/api/app/lib/controllers/bigScreen/index .js @@ -77,7 +77,6 @@ const pumpInformation = async function (ctx) { const getPumpStation = async function (ctx) { try { - console.log(ctx); const { key, methodType, field } = ctx.query; let res @@ -161,7 +160,7 @@ async function getCapabilitiesInvoke (ctx, next) { ctx.body = res.body; } catch (err) { ctx.fs.logger.error(`path: ${ctx.path}, error: ${err}`); - ctx.status = 400;++ + ctx.status = 400; ctx.body = { name: 'FindError', message: '下发指令失败' }; } }