This commit is contained in:
Billy 2025-10-22 21:43:28 +08:00
parent 8c693b3f83
commit 45899cc7af

View File

@ -264,7 +264,7 @@ class CcbPaymentService
// 记录支付请求
$this->recordPaymentRequest($orderId, [
'payment_string' => $finalPaymentString,
'params' => $paymentParams,
'params' => $macParams,
'mac' => $mac,
'pay_flow_id' => $payFlowId
]);