Ask a question that is paid by the PHP SDK
I want to scan the QR code to pay in the webpage, download the official SDK
Ran the native.php in the example
Pay by mode and sweep code
$input->SetNotify_url("http://127.0.0.1/wxpay/example/notify.php”);
But I found that the payment was successful, but I did not set the notify to send an asynchronous request, how to solve it, or my logic error?
Reply content:
Ask a question that is paid by the PHP SDK
I want to scan the QR code to pay in the webpage, download the official SDK
Ran the native.php in the example
Pay by mode and sweep code
$input->SetNotify_url("http://127.0.0.1/wxpay/example/notify.php”);
But I found that the payment was successful, but I did not set the notify to send an asynchronous request, how to solve it, or my logic error?
Brother, the payment callback address must be a public network accessible address that is paid by the server that does not access your local environment address.