|
@ -45,4 +45,7 @@ module.exports = function (app, router, opts) { |
|
|
|
|
|
|
|
|
app.fs.api.logAttr['GET/project/group/statistic/online'] = { content: '获取项目分组在线率统计信息', visible: true }; |
|
|
app.fs.api.logAttr['GET/project/group/statistic/online'] = { content: '获取项目分组在线率统计信息', visible: true }; |
|
|
router.get('/project/group/statistic/online', projectGroup.groupStatisticOnline); |
|
|
router.get('/project/group/statistic/online', projectGroup.groupStatisticOnline); |
|
|
|
|
|
|
|
|
|
|
|
app.fs.api.logAttr['GET/project/group/statistic/alarm'] = { content: '获取项目分组告警统计信息', visible: true }; |
|
|
|
|
|
router.get('/project/group/statistic/alarm', projectGroup.groupStatisticAlarm); |
|
|
}; |
|
|
}; |