problem description
when using WeChat Pay, my backend is built using nodejs. When placing an order uniformly, one parameter is the callback address of successful payment. The value I give is notify_url="127.0.0.1:3000",. When Mini Program pays successfully, my backend notify_url does not receive the information returned by Wechat server.
related codes
is the code in my callback address wrong?