juzibot / wechaty-puppet-macpro

One puppet based on Mac WeChat for Wechaty.
Apache License 2.0
38 stars 10 forks source link

发送小程序卡片的功能现在还支持吗? #68

Closed hzzzzzz closed 4 years ago

hzzzzzz commented 4 years ago

1. Versions

2. Describe the bug

MiniProgram sent by wechaty-puppet-macpro displayed abnormal and cannot be opened in wechat mobile app (Android and IOS both): Screenshot_20200401-180549_WeChat

3. To Reproduce

const payload = new MiniProgram({
  username: 'foo_username',
  appid: 'foo_appid',
  title: 'testTitle',
  pagepath: 'pages/home/home',
  description: 'test',
});
try {
  await wechaty.say(payload);
} catch (err) {
  return err;
}

4. Full Output Logs

截屏2020-04-01下午5 56 43
su-chang commented 4 years ago

Of course.

Related issue: https://github.com/juzibot/wechaty-puppet-macpro/issues/61

BTW, please update wechaty@0.35.5 and wechaty-puppet-macpro@0.5.3

Thank you for your issue.

hzzzzzz commented 4 years ago

Thanks for your reply. I'll try that.