// modules/user.js const getEnterpriseInfo = { url: '/oauth/interface/info', type: 'get', response: () => { return { code: 200, data: { info: 'XXXX发生预警信息,XXXX发生预警信息,XXXX发生预警信息,XXXX发生预警信息,更多信息请持续关注!' } } } } module.exports = [ getEnterpriseInfo ]