2
0
liuyu 5 gadi atpakaļ
vecāks
revīzija
fc63e8b09b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app.js

+ 1 - 0
app.js

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