OpenIM Server Version
3.8.3
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
// const textMessage = await OpenIMSDK.createTextMessage('你好,世界!').then((res) => {
// console.log('创建消息成功: ', res);
// }).catch((err) => {
// console.log('创建消息失败: ', err);
// });
OpenIMSDK.sendMessage(
{
recvID: recvID,
groupID: '',
message: textMessage,
offlinePushInfo:{
title: 'you have a new message',
desc: 'new message',
ex: '',
iOSPushSound: '+1',
iOSBadgeCount: true,
},
operationID: this.buildOperationID('send_msg'),
}
).then((res) => {
console.log('发送成功: ', res);
}).catch((err) => {
console.log('发送失败: ', err);
});
}
Screenshots Link
为什么发送不了消息呢。
OpenIM Server Version
3.8.3
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
// const textMessage = await OpenIMSDK.createTextMessage('你好,世界!').then((res) => {
// console.log('创建消息成功: ', res);
// }).catch((err) => {
// console.log('创建消息失败: ', err);
// });
OpenIMSDK.sendMessage(
{
recvID: recvID,
groupID: '',
message: textMessage,
offlinePushInfo:{
title: 'you have a new message',
desc: 'new message',
ex: '',
iOSPushSound: '+1',
iOSBadgeCount: true,
},
operationID: this.buildOperationID('send_msg'),
}
).then((res) => {
console.log('发送成功: ', res);
}).catch((err) => {
console.log('发送失败: ', err);
});
}
Screenshots Link
为什么发送不了消息呢。