600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > 微信公众号推送图片php php 微信上传图片 客服发送图片

微信公众号推送图片php php 微信上传图片 客服发送图片

时间:2018-10-08 07:41:41

相关推荐

微信公众号推送图片php php 微信上传图片 客服发送图片

php 微信上传图片 客服发送图片

public function _getAccessToken()

{

$where = array(‘token’ => $this->token);

$this->thisWxUser = M(‘Wxuser’)->where($where)->find();

// import(‘@.ORG.apiOauth’);

$apiOauth = new apiOauth();

$access_token = $apiOauth->update_authorizer_access_token($this->thisWxUser[‘appid’]);

return $access_token;

}

function upload_meterial($file_info,$access_token){

$url=”https://api./cgi-bin/material/add_material?access_token={$access_token}&type=image”;

$ch1 = curl_init ();

$timeout = 5;

$data= array(“media”=>”@{$file_info}”);

curl_setopt ( $ch1, CURLOPT_URL, $url );

curl_setopt ( $ch1, CURLOPT_POST, 1 );

curl_setopt ( $ch1, CURLOPT_RETURNTRANSFER, 1 );

curl_setopt ( $ch1, CURL

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。