收藏
回答

调用企业微信发送会话消息接口分享小程序,进了成功回调,但没有发送成功,IOS版企微会闪退?

wx.qy.sendChatMessage({

    msgtype: 'miniprogram', //消息类型,必填

    enterChat: true, //为true时表示发送完成之后顺便进入会话,仅移动端3.1.10及以上版本支持该字段

    miniprogram: {

      appid: 'wx48517433eeecxxxx', //小程序的appid

      title: productInfo.value.prodname, //小程序消息的title

      imgUrl: productInfo.value?.images, //小程序消息的封面图

      page: `/pageProduct/product/product.html?id=${prodid.value}`, //小程序消息打开后的路径,注意要以.html作为后缀,否则在微信端打开会提示找不到页面

    },

    success: function (res: any) {

      console.log('🚀 ~ sendMsg ~ res:', res)

    },

    fail: (err: any) => {

      console.log('🚀 ~ sendMsg ~ err:企微接口sendChatMessage调用失败', err)

    },

  })

进了success回调,但是没有发送成功,ios版企业微信还会闪退

最后一次编辑于  09-10
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容