...
|
...
|
@@ -239,6 +239,7 @@ class SalesmangoodsController extends WeChatBaseController{ |
|
|
file_put_contents($targetName,$file);
|
|
|
|
|
|
|
|
|
rename($str, '/uploads/');
|
|
|
|
|
|
|
|
|
$ch = curl_init("http://file.api.weixin.qq.com/cgi-bin/media/get?access_token=$access_token&media_id=$filepath");
|
...
|
...
|
|