欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > 其他教程 >
其他教程

微信公众号支付jsapi回调的时候,如何获取订单号?

(元素模板) / 2020-08-17 17:38
回调的notify的路径能找到 也能正常支付,那么如何来更新订单状态?
在notify.php中直接输入下面代码试试看!
// 获取xml
$xml=file_get_contents('php://input', 'r'); 
// 转成php数组
$data=toArray($xml);
$out_trade_no=$data["out_trade_no"];
 
相关方法函数
function toArray($xml){   
//禁止引用外部xml实体
libxml_disable_entity_loader(true);
$result= json_decode(json_encode(simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOCDATA)), true);        
return $result;
}

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com