关键信息:
但公众平台接口权限页面显示该接口“有权限”,IP 白名单已配置正确,access_token 获取正常,curl 直接调用接口仍返回 48001。
1. 服务号名称:六安文化艺术品
2. AppID:wx64152d8971e6247a
3. 错误码:48001
4. 错误 rid:695babdf-32672922-4e2fee9b
5. 测试方式:服务器 curl 直接调用 message.subscribe.send 接口
6. 测试结果:{"errcode":48001,"errmsg":"api unauthorized rid: 695babdf-32672922-4e2fee9b"}
诉求:
请核查该账号的 message.subscribe.send 接口权限配置,解除 48001 授权限制,确保能正常调用订阅通知接口。

用错接口了,你当前调用的是小程序订阅消息接口:
/cgi-bin/message/subscribe/send
订阅通知接口是这个:/cgi-bin/message/subscribe/bizsend
可以参考文档:https://developers.weixin.qq.com/doc/service/api/notify/notify/api_sendnewsubscribemsg.html