请求各位大神
回调地址是这样写的:
$input->SetNotify_url("http://adbangbang.com/scanpay_callback");
控制器中试图打印得到的返回数据 :
$postdata = file_get_contents("php://input");
$disk = Storage::disk('wxpay');
$contents = $disk->append('wxpay.txt',' ');
但是没有任何数据
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
已经解决了, 是路由设置的GET ... 用ANY就行了 谢谢
哥们微信支付用的是easywechat嘛