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 版本:5.6 overtrue/wechat 版本:3.0 Laravel 5.1
按照文档:
<?php use EasyWeChat\Foundation\Application; $app = new Application($options); // 临时素材 $temporary = $app->material_temporary; $temporary->uploadImage($pathToFile);
永远提示:
EasyWeChat\Core\Exceptions\HttpException: invalid media type hint: [_GDbeA0855ure1] E:\xampp\htdocs\LuckyQuestion\vendor\overtrue\wechat\src\Core\AbstractAPI.php:235 E:\xampp\htdocs\LuckyQuestion\vendor\overtrue\wechat\src\Core\AbstractAPI.php:135 E:\xampp\htdocs\LuckyQuestion\vendor\overtrue\wechat\src\Material\Temporary.php:106 E:\xampp\htdocs\LuckyQuestion\vendor\overtrue\wechat\src\Material\Temporary.php:162
EasyWeChat\Core\Exceptions\HttpException: invalid media type hint: [_GDbeA0855ure1]
E:\xampp\htdocs\LuckyQuestion\vendor\overtrue\wechat\src\Core\AbstractAPI.php:235 E:\xampp\htdocs\LuckyQuestion\vendor\overtrue\wechat\src\Core\AbstractAPI.php:135 E:\xampp\htdocs\LuckyQuestion\vendor\overtrue\wechat\src\Material\Temporary.php:106 E:\xampp\htdocs\LuckyQuestion\vendor\overtrue\wechat\src\Material\Temporary.php:162
PS:改成永久素材接口上传一切正常!
The text was updated successfully, but these errors were encountered:
@zxz054321 6c78b40
Sorry, something went wrong.
No branches or pull requests
我用的环境
PHP 版本:5.6
overtrue/wechat 版本:3.0
Laravel 5.1
问题及现象
按照文档:
永远提示:
PS:改成永久素材接口上传一切正常!
The text was updated successfully, but these errors were encountered: