|
...
|
...
|
@@ -119,7 +119,6 @@ zFePUMXy1bFghAfzNKlrc5XgH4ixeeMh3cDtU97K |
|
|
|
$url = $this->path.'/api/post';
|
|
|
|
return $this->http_post_ayr($url,$param,$api_key);
|
|
|
|
}
|
|
|
|
|
|
|
|
public function http_post_ayr($url,$param,$api_key){
|
|
|
|
$curl = curl_init();
|
|
|
|
curl_setopt_array($curl, array(
|
|
...
|
...
|
@@ -139,7 +138,7 @@ zFePUMXy1bFghAfzNKlrc5XgH4ixeeMh3cDtU97K |
|
|
|
));
|
|
|
|
$response = curl_exec($curl);
|
|
|
|
curl_close($curl);
|
|
|
|
echo $response;
|
|
|
|
return $response;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* @name :(上传图片或视频到ayr_share)post_media_upload
|
...
|
...
|
|