From 5143e96d14a6ca8a29d58cd170c24478852f4a36 Mon Sep 17 00:00:00 2001 From: ljl Date: Tue, 22 Aug 2023 14:54:18 +0800 Subject: [PATCH] yh --- app/Controller/Payment/NotifyController.php | 8 ++++---- app/Helper/Baofu/NotifyList.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Controller/Payment/NotifyController.php b/app/Controller/Payment/NotifyController.php index 7eef4ce..74ef4bd 100644 --- a/app/Controller/Payment/NotifyController.php +++ b/app/Controller/Payment/NotifyController.php @@ -64,7 +64,7 @@ class NotifyController extends AbstractController $baofu = new Baofu(); if (!$baofu->notifyVerify($params, 'card-bind')) { - Log::info('bindCardNotifyVerifyFail: ' . $params); + Log::info('bindCardNotifyVerifyFail: ', $params); return $baofu->notifySuccess(); } @@ -93,7 +93,7 @@ class NotifyController extends AbstractController $baofu = new Baofu(); if (!$baofu->notifyVerify($params, 'payment')) { - Log::info('paymentNotifyVerifyFail: ' . $params); + Log::info('paymentNotifyVerifyFail: ', $params); return $baofu->notifySuccess(); } @@ -137,7 +137,7 @@ class NotifyController extends AbstractController $baofu = new Baofu(); if (!$baofu->notifyVerify($params, 'confirm-assure-portfolio-pay')) { - Log::info('confirmAssurePortfolioPayNotifyVerifyFail: ' . $params); + Log::info('confirmAssurePortfolioPayNotifyVerifyFail: ', $params); return $baofu->notifySuccess(); } @@ -178,7 +178,7 @@ class NotifyController extends AbstractController $baofu = new Baofu(); if (!$baofu->notifyVerify($params, 'refund')) { - Log::info('refundNotifyVerifyFail: ' . $params); + Log::info('refundNotifyVerifyFail: ', $params); return $baofu->notifySuccess(); } diff --git a/app/Helper/Baofu/NotifyList.php b/app/Helper/Baofu/NotifyList.php index 4a907a1..70d1c69 100644 --- a/app/Helper/Baofu/NotifyList.php +++ b/app/Helper/Baofu/NotifyList.php @@ -50,7 +50,7 @@ class NotifyList ], 'confirm-assure-portfolio-pay' => [ 'description' => '确认分账', - 'signParams' => 'orgNo|merchantNo|loginNo|terminalNo|requestDate|dataContent', + 'signParams' => 'orgNo|merchantNo|terminalNo|tradeId|subOutOrderNo|orderStatus|loginId|finishTime|confirmType', ], 'refund' => [ 'description' => '退款',