From a939195171929d6b844c2062887c55cbcfba42d2 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Thu, 28 Dec 2023 17:36:49 +0800 Subject: [PATCH] =?UTF-8?q?(*)=20router=20/waterReq=20logAttr=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=96=B9=E6=B3=95=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/routes/superScreen/water.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/routes/superScreen/water.js b/api/app/lib/routes/superScreen/water.js index 9d7d32c..4c77d28 100644 --- a/api/app/lib/routes/superScreen/water.js +++ b/api/app/lib/routes/superScreen/water.js @@ -13,6 +13,6 @@ module.exports = function (app, router, opts, AuthCode) { router.get('/water/emergency', water.getEmergencyList(opts)); //获取水利应急抢险数据 - app.fs.api.logAttr['GET/waterReq'] = { content: '获取智慧水务平台数据', visible: true }; + app.fs.api.logAttr['POST/waterReq'] = { content: '获取智慧水务平台数据', visible: true }; router.post('/waterReq', water.waterReq(app)); };