ljl 1 year ago
parent 2bc2f6115e
commit 5143e96d14

@ -64,7 +64,7 @@ class NotifyController extends AbstractController
$baofu = new Baofu(); $baofu = new Baofu();
if (!$baofu->notifyVerify($params, 'card-bind')) { if (!$baofu->notifyVerify($params, 'card-bind')) {
Log::info('bindCardNotifyVerifyFail: ' . $params); Log::info('bindCardNotifyVerifyFail: ', $params);
return $baofu->notifySuccess(); return $baofu->notifySuccess();
} }
@ -93,7 +93,7 @@ class NotifyController extends AbstractController
$baofu = new Baofu(); $baofu = new Baofu();
if (!$baofu->notifyVerify($params, 'payment')) { if (!$baofu->notifyVerify($params, 'payment')) {
Log::info('paymentNotifyVerifyFail: ' . $params); Log::info('paymentNotifyVerifyFail: ', $params);
return $baofu->notifySuccess(); return $baofu->notifySuccess();
} }
@ -137,7 +137,7 @@ class NotifyController extends AbstractController
$baofu = new Baofu(); $baofu = new Baofu();
if (!$baofu->notifyVerify($params, 'confirm-assure-portfolio-pay')) { if (!$baofu->notifyVerify($params, 'confirm-assure-portfolio-pay')) {
Log::info('confirmAssurePortfolioPayNotifyVerifyFail: ' . $params); Log::info('confirmAssurePortfolioPayNotifyVerifyFail: ', $params);
return $baofu->notifySuccess(); return $baofu->notifySuccess();
} }
@ -178,7 +178,7 @@ class NotifyController extends AbstractController
$baofu = new Baofu(); $baofu = new Baofu();
if (!$baofu->notifyVerify($params, 'refund')) { if (!$baofu->notifyVerify($params, 'refund')) {
Log::info('refundNotifyVerifyFail: ' . $params); Log::info('refundNotifyVerifyFail: ', $params);
return $baofu->notifySuccess(); return $baofu->notifySuccess();
} }

@ -50,7 +50,7 @@ class NotifyList
], ],
'confirm-assure-portfolio-pay' => [ 'confirm-assure-portfolio-pay' => [
'description' => '确认分账', 'description' => '确认分账',
'signParams' => 'orgNo|merchantNo|loginNo|terminalNo|requestDate|dataContent', 'signParams' => 'orgNo|merchantNo|terminalNo|tradeId|subOutOrderNo|orderStatus|loginId|finishTime|confirmType',
], ],
'refund' => [ 'refund' => [
'description' => '退款', 'description' => '退款',

Loading…
Cancel
Save