guhongwei 4 年 前
コミット
40b7fd8d21
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 = {
         const parm = {
           durable: true,
           durable: true,
         };
         };
-        await mq.fanout(exchange, id, data.videodata, parm);
+        await mq.fanout(exchange, id, toString(data.videodata), parm);
       }
       }
     }
     }
     const res = await this.model.update({ _id: ObjectId(id) }, data);
     const res = await this.model.update({ _id: ObjectId(id) }, data);