'use strict'; const report = require('../../controllers/customerContactsFollup'); module.exports = function (app, router, opts) { app.fs.api.logAttr['GET/customerContactsFollup'] = { content: '客户联系人对接跟进', visible: false }; router.get('/customerContactsFollup', report.getReserveItemReport); };