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
超超我想提个建议,能否在Media类里面加个get方法, 通过media_id从微信获取素材实例,并且它可以当做news_item直接来使用?
例如:
$config = [...]; $media = new Media($config); $collection = [...]; $items = []; foreach ($collection as $data) { $items[] = $media->get($data->remote_media_id)->toNewsItem(); } return Message::send('news')->items($items);
The text was updated successfully, but these errors were encountered:
OK,加入下一版开发计划,感谢建议!
Sorry, something went wrong.
No branches or pull requests
超超我想提个建议,能否在Media类里面加个get方法,
通过media_id从微信获取素材实例,并且它可以当做news_item直接来使用?
例如:
The text was updated successfully, but these errors were encountered: