收藏
回答

iOS APP一次性订阅消息 有权限,为什么总是报48001错误?

微信开放平台 应用已经通过。具有一次性订阅消息权限。 

1. 使用对应APP AppID(wx96efd21d3c4badf4) 和AppSecret  请求接口

  https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%@&secret=%@



  得到 access_token


2.调用

https://api.weixin.qq.com/cgi-bin/message/template/subscribe?access_token=%@


结果为: 

{

    "errcode": 48001,

    "errmsg": "api unauthorized hint: [TXoHeA0270c434!]"

}

请问原因是什么,解决方式是?感谢!


回答关注问题邀请回答
收藏
登录 后发表内容
问题标签