You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用上传素材接口报错:
ErrorException: curl_setopt(): Disabling safe uploads is no longer supported in /var/www/sites/vendor/overtrue/wechat/src/Wechat/Utils/Http.php:197
我用的环境
PHP 版本:7.0
overtrue/wechat 版本: 2.1
问题及现象
使用上传素材接口报错:
ErrorException: curl_setopt(): Disabling safe uploads is no longer supported in /var/www/sites/vendor/overtrue/wechat/src/Wechat/Utils/Http.php:197
报错语句是这个:
version_compare(PHP_VERSION, '5.5', '<') || curl_setopt($this->curl, CURLOPT_SAFE_UPLOAD, false);
似乎7.0不支持这个啦~ 求小超修正
The text was updated successfully, but these errors were encountered: