作者 anyv
1 个管道 的构建 通过 耗费 0 秒

2

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