|
@@ -101,7 +101,7 @@ export class ContactApplyService extends BaseServiceV2 {
|
|
|
break;
|
|
|
}
|
|
|
// 创建消息,发送
|
|
|
- const to = [{ user: mqTarget, user_type: mqUserType, user_nick_name: mqUserNickName }];
|
|
|
+ const to = [{ user: mqTarget, user_type: mqUserType, user_nick_name: mqUserNickName, is_read: '0' }];
|
|
|
const msgObj = { content: msgStr, to, type: '0' };
|
|
|
return msgObj;
|
|
|
}
|