上传媒体图片的时候,出现了couldn't open file
$path = d:/wamp/www/weixin/images/a5le5zmn1j1j1899jenw7d7ec75zw7.jpg;$url = https://api.weixin.qq.com/cgi-bin/media/upload?access_token={$token}&type={$type};$data = array(            'media' => new curlfile(ltrim($path))        );
回复内容:                                                                                  上传媒体图片的时候,出现了couldn't open file
$path = d:/wamp/www/weixin/images/a5le5zmn1j1j1899jenw7d7ec75zw7.jpg;$url = https://api.weixin.qq.com/cgi-bin/media/upload?access_token={$token}&type={$type};$data = array(            'media' => new curlfile(ltrim($path))        );
   
 
   