little-snow-fox / react-native-wechat-lib

🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android
MIT License
662 stars 129 forks source link

ShareMiniProgram 中的 withShareTicket 参数配置不生效 #143

Open Rainbowxh opened 3 years ago

Rainbowxh commented 3 years ago

问题:

app中希望分享带 shareTicket 的小程序消息卡片到微信群中(场景值 scene: 1044).通过以下方式分享出来的小程序没有携带shareTicket相关信息(场景值 scene:1008),withShareTicket配置没有生效.

shareMiniProgram({
  title: 'test',
  userName: 'user_name',
  webpageUrl: 'https://google.com/show.html',
  thumbImageUrl:
     "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=2842946320,2946095340&fm=26&gp=0.jpg",
  withShareTicket: 'true',
  scene: 0,
});

环境:

  "@types/react-native": "^0.60.21",
  "@types/react": "^16.9.11",
  "react": "16.9.0",
  "react-native-wechat-lib": "^1.1.26",