微信支付接口返回通知的那个链接 notify_url 地址 只能用80端口吗? 25
微信支付接口支付结果通知回调url,用于商户接收支付结果这个只能用80端口吗?我写了个微信支付程序,为什么支付成功后返回的页面我测试不执行data.SetValue("n...
微信支付接口 支付结果通知回调url,用于商户接收支付结果 这个只能用80端口吗?
我写了个微信支付程序,为什么支付成功后返回的页面 我测试不执行
data.SetValue("notify_url", "http://wwww.xxxx.com:5189/wxpay/pay/ResultNotifyPage.aspx");
接收地址我写了个 生成一个文件用来测试,但不会执行
FileStream fs1 = new FileStream(Server.MapPath("/111.txt"), FileMode.Create, FileAccess.Write);//创建写入文件
StreamWriter sw = new StreamWriter(fs1);
sw.WriteLine();
sw.Close();
fs1.Close(); 展开
我写了个微信支付程序,为什么支付成功后返回的页面 我测试不执行
data.SetValue("notify_url", "http://wwww.xxxx.com:5189/wxpay/pay/ResultNotifyPage.aspx");
接收地址我写了个 生成一个文件用来测试,但不会执行
FileStream fs1 = new FileStream(Server.MapPath("/111.txt"), FileMode.Create, FileAccess.Write);//创建写入文件
StreamWriter sw = new StreamWriter(fs1);
sw.WriteLine();
sw.Close();
fs1.Close(); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询