/include/payment/alipay.php dedecms支付模块注入漏洞修复方案将
1
$order_sn = trim($_GET[
'out_trade_no'
]);
2
$order_sn = htmlspecialchars($order_sn);