微信用手机支付宝网站支付,浏览器打开支付页面,支付成功后,不能跳转到指定的return_url

gdecking 2016-08-13 12:03:53
异步处理已经成功了,但是同步跳转不行,支付成功后,直接跳转到百度搜索 关键字是 &_input_charse这个。。不能同步跳转,怎么回事?

参数是这些,都是正确的。异步订单处理成功,同步指定跳转页面不行,很简单的页面 https://www.xxx.com/alipayweb/return_url.aspx

SortedDictionary<string, string> sParaTemp = new SortedDictionary<string, string>();
sParaTemp.Add("partner", Config.partner);
sParaTemp.Add("seller_id", Config.seller_id);
sParaTemp.Add("_input_charset", Config.input_charset.ToLower());
sParaTemp.Add("service", Config.service);
sParaTemp.Add("payment_type", Config.payment_type);
sParaTemp.Add("notify_url", Config.notify_url);
sParaTemp.Add("return_url", Config.return_url);
sParaTemp.Add("out_trade_no", out_trade_no);
sParaTemp.Add("subject", subject);
sParaTemp.Add("total_fee", total_fee);
sParaTemp.Add("show_url", show_url);
//sParaTemp.Add("app_pay","Y");//启用此参数可唤起钱包APP支付。
sParaTemp.Add("body", intro);
...全文
842 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
Poopaye 2016-08-13
  • 打赏
  • 举报
回复
微信和支付宝?它们能和平相处吗?

110,534

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧