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)); };