|
|
@ -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();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|