注册

环信 群组内实现doc或者pdf文件的发送

环信  群组内实现doc或者pdf文件的发送怎么做
已邀请:

lizg - ……

是可以发的,web sdk  中,发送附件消息时候,可以在 allowType  中添加格式
var allowType = {
'jpg': true,
'gif': true,
'png': true,
'bmp': true,
'zip': true,
'txt': true,
'doc': true,
'docx': true,
'pdf': true
};

要回复问题请先登录注册