guhongwei 4 年 前
コミット
c6b7550a6e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/service/dock.js

+ 1 - 1
app/service/dock.js

@@ -281,7 +281,7 @@ class ChatService extends CrudService {
         const parm = {
           durable: true,
         };
-        await mq.fanout(exchange, id, '', parm);
+        await mq.fanout(exchange, id, '视频', parm);
       }
     }
     const res = await this.model.update({ _id: ObjectId(id) }, data);