注册

微信小程序如何监听消息发送成功

msg.set({
                msg: that.data.sendInfo,
                to: that.data.yourname,
                roomType: false,
                success: function (id, serverMsgId) {
                  console.log(' sendMessage success')
                }
              });
              // //console.log(msg)
              msg.body.chatType = 'singleChat';
              WebIM.conn.send(msg.body);
我使用这个方法消息发送成功,但是log打印不出来
已邀请:

要回复问题请先登录注册