今天在做个人订阅号开发菜单的时候,竟然提出如下的错误:
string(69) "{"errcode":48001,"errmsg":"api unauthorized hint: [_DegOA0418vr32!]"}"
这是完整的代码,而我的 menu.php 代码为如下:
<?php
$appid = "xxx";
$appsecret = "xxx";
$url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&...