...
|
...
|
@@ -232,7 +232,7 @@ class SalesmangoodsController extends WeChatBaseController{ |
|
|
cache('msgssss',$targetName);
|
|
|
$ch = curl_init("http://file.api.weixin.qq.com/cgi-bin/media/get?access_token=$access_token&media_id=$filepath");
|
|
|
cache('a1',1111);
|
|
|
$fp = fopen($targetName, 'wb');
|
|
|
$fp = fopen($targetName, 'w');
|
|
|
cache('a2',2222);
|
|
|
curl_setopt($ch, CURLOPT_FILE, $fp);
|
|
|
cache('a3',3333);
|
...
|
...
|
|