摘要:
//自定义菜单中获取access_token static function get_access_token($appid,$secret){ $url="https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=".$appid."&secret=".$secret; $json=self::http_request_json($url);//这个地方不能用file_get_contents $data=json_decode($json,tr 阅读全文
posted @ 2014-03-21 10:24
Otgs
阅读(248)
评论(0)
推荐(0)

浙公网安备 33010602011771号