'use strict'; module.exports = agent => { agent.messenger.on('egg-ready', () => { agent.messenger.sendRandom('mq_action', 'stu_import'); }); };