Commit 5c42aa24 by 冷斌

update

parent c9f861c6
......@@ -56,6 +56,8 @@ if($_POST['trade_status'] == 'TRADE_FINISHED') {
//
// }
// else
var_dump($_GET);
die;
if ($_POST['trade_status'] == 'TRADE_SUCCESS') {
//判断该笔订单是否在商户网站中已经做过处理
//如果没有做过处理,根据订单号(out_trade_no)在商户网站的订单系统中查到该笔订单的详细,并执行商户的业务程序
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment