小程序测试模板消息发送 api unauthorized hint
模板请求接口
https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=TOKEN
token获取接口
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential?appId=&secret=
返回
{
“errcode”: 48001,
“errmsg”: “api unauthorized hint: [FkN0659vr63!]”
}
请问是怎么回事?