浏览代码

测试用

liuyu 5 年之前
父节点
当前提交
fc63e8b09b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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');
     // 企业申请三会消息接收事件