企业微信聊天工具栏分享消息到会话,表情emoji 在androd手机上是乱码,ios的正常

小游戏 企业微信 微信支付 小程序 文章 2020-07-30 21:09 981 0 全屏看文

AI助手支持GPT4.0

企业微信聊天工具栏分享消息到会话,表情emoji 在androd手机上是乱码,ios的正常
问题类型 API/组件名称 终端类型 微信版本 基础库版本
Bug wx.invoke 微信安卓客户端 3.0.25(13066) Android 10,WeChat 7.0.1

企业微信聊天工具栏分享消息到会话,表情emoji 在androd手机上是乱码,ios的正常

分享的消息内容:😀😬😁💯🔢✡♌⌚📱📲欢迎家长入群,本群为资料群,同样也是《数学高分宝典》活动群,我是本群的群主luna老师!↵上方链接为本次入群电子资料,收到请回复【我已收到资料】

代码片段:

wx.invoke('sendChatMessage', {

                type: 'text',

                text: {

                    content: '😀😬😁💯🔢✡♌⌚📱📲欢迎家长入群,本群为资料群,同样也是《数学高分宝典》活动群,我是本群的群主luna老师!↵上方链接为本次入群电子资料,收到请回复' // 文本内容

                }

            }, function(res) {

                if (res.err_msg === 'sendChatMessage:ok') {

                    // 发送成功

                } else {

                    console.log('发送失败'res)

                }

            })

问题截图:

Problem type API / component name terminal type wechat version basic library version bug wx.invoke Wechat Android client 3.0.25 (13066) Android 10, wechat 7.0.1 enterprise wechat chat toolbar shares messages to conversations, Emoji is garbled on Android phones, and normal message content shared by IOS is as follows: 😀😬😁💯🔢✡♌⌚📱📲 Welcome parents to join the group, this group is the information group, also is "mathematics high score dictionary" activity group, I am the group leader Luna teacher! The above link is the electronic data of this group joining. Please reply to the code fragment of [I have received the information] when you receive it: wx.invoke ('sendChatMessage', { type: 'text', text: { content: ' 😀😬😁💯🔢✡♌⌚📱📲 Welcome parents to join the group, this group is the information group, also is "mathematics high score dictionary" activity group, I am the group leader Luna teacher! The above link is the electronic data of this group joining, please reply '/ / text content}, function (RES) {if( res.err_ msg === 'sendCh atMessage:ok '{/ / sent successfully} else{ console.log (, res'} ':

回答:

开坦克的贝塔:

解决了吗,同样遇到次问题

-EOF-

AI助手支持GPT4.0