官方文档中,notify_url地址这么写的:urlencode('http://xxx.xxx.xxx/notify.php')
这就一巨大的坑,支付成功了,死活回调不成功。。
直接去掉urlencode函数,写成'http://xxx.xxx.xxx/notify.php ,就解决问题了。。。。坑死我了。。
官方文档中,notify_url地址这么写的:urlencode('http://xxx.xxx.xxx/notify.php')
这就一巨大的坑,支付成功了,死活回调不成功。。
直接去掉urlencode函数,写成'http://xxx.xxx.xxx/notify.php ,就解决问题了。。。。坑死我了。。
0 个评论
要回复文章请先登录或注册