|
@@ -8,21 +8,21 @@ class AppBootHook {
|
|
|
|
|
|
const ctx = await this.app.createAnonymousContext();
|
|
|
console.log(1111);
|
|
|
-
|
|
|
- await ctx.service.rabbitmq.receiveQueueMsg('corp_register');
|
|
|
-
|
|
|
- await ctx.service.rabbitmq.receiveQueueMsg('corp_apply');
|
|
|
-
|
|
|
- await ctx.service.rabbitmq.receiveQueueMsg('stu_apply');
|
|
|
-
|
|
|
- await ctx.service.rabbitmq.receiveQueueMsgOffer('stu_offer');
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- await ctx.service.rabbitmq.receiveMsgSendWxSch('sch_review');
|
|
|
-
|
|
|
- await ctx.service.rabbitmq.receiveMsgSendWxCorp('corp_jobs');
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
async serverDidReady() {
|
|
|
|