|
@ -13,6 +13,6 @@ module.exports = function (app, router, opts, AuthCode) { |
|
|
router.get('/water/emergency', water.getEmergencyList(opts)); |
|
|
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)); |
|
|
router.post('/waterReq', water.waterReq(app)); |
|
|
}; |
|
|
}; |
|
|