We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 版本: overtrue/wechat 版本:4.0 是否使用了框架?框架名称:yii2
你好,公众号模板消息更新了接口,支持跳转小程序,但是我看您的源码好像并没有兼容。
The text was updated successfully, but these errors were encountered:
可以直接这样用:
$app->template_message->send([ 'touser' => 'xxx', 'template_id' => 'xxx', 'miniprogram' => [], 'appid' => 'xxx', 'pagepath' => 'xxx', // ... ]);
Sorry, something went wrong.
No branches or pull requests
我用的环境
PHP 版本:
overtrue/wechat 版本:4.0
是否使用了框架?框架名称:yii2
问题及现象
你好,公众号模板消息更新了接口,支持跳转小程序,但是我看您的源码好像并没有兼容。
The text was updated successfully, but these errors were encountered: