ThinkPHP6 如何设置微信支付回调通知以接收 notify_url 消息?-灵析社区

momo

![image.png](https://wmprod.oss-cn-shanghai.aliyuncs.com/c/user/20240923/ebcb0dd388b8c375642fe482c38e02a6.png) thinkphp6 微信下单支付,按照官网要求没有设置 notify_url, 但是就是接收不到消息,用postman访问也能访问到,能支付成功,就是接收不到回调通知 使用file_get_contents("php://input"); postman测试都没有问题;

阅读量:136

点赞量:0

问AI
Mia好纠结
那是不是你的notify_url 错误,能看看完整代码的具体示例吗,最好在notify_url加上log日志用来判断是否有接口正常访问