liuyu před 5 roky
rodič
revize
fc63e8b09b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      app.js

+ 1 - 0
app.js

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