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

8

... ... @@ -226,9 +226,10 @@ class SalesmangoodsController extends WeChatBaseController{
public function savePicture(){
$access_token=$this->getAccessToken();
$filepath = $_POST['mediaId'];//文件的绝对路径
$filepath = $_POST['mediaId'];
$str = date('YmdHis').mt_rand('100','999').'.jpg';
$targetName = '/uploads/'.$str;
cache('urll',$targetName);
$access_token = $access_token['accessToken'];
$ch = curl_init("http://file.api.weixin.qq.com/cgi-bin/media/get?access_token=$access_token&media_id=$filepath");
cache('ppp',111);
... ...