小程序测试模板消息发送 api unauthorized hint
发布于 5 年前 作者 ama 7659 次浏览 来自 问答

模板请求接口

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!]”

}

请问是怎么回事?

3 回复

用错接口了,再仔细检查一下,小程序和公众号模版消息接口地址和格式都不一样

我也遇到这个问题,怎么解决?

回到顶部