guhongwei 4 years ago
parent
commit
c6b7550a6e
1 changed files with 1 additions and 1 deletions
  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);