阅读背景:

微信公众号 自定义菜单 PHP版

来源:互联网 
<?php
//ID 密钥
$appid = "wx5502a933452cecf0";
$appsecret = "c7fd97ec7ce4ec3c5f2766b89d97512c";
$url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=$appid&secret=$appsecret";

$output = https_request($url);
$jsoninfo = json_decode($output, true);
 //返回 一个数组<?php
//ID 密钥
$appid = "wx5502a933452cecf0";
$a



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: