@@ -7,6 +7,7 @@ class AppBootHook {
async didReady() {
// 应用已经启动完毕
const ctx = await this.app.createAnonymousContext();
+ console.log(1111);
// 企业入驻申请消息接收事件
await ctx.service.rabbitmq.receiveQueueMsg('corp_register');
// 企业申请三会消息接收事件