master
ljl 1 year ago
parent 5b4765b851
commit d1832346f2

@ -35,9 +35,6 @@ class NotifyController extends AbstractController
{
[$token, $params] = $this->getTokenAndParams($request);
$params = json_decode('{"orgNo":"1274207","merchantNo":"1274207","terminalNo":"82254","contractNo":"3177000505324724","loginNo":"1f32d22ff571ebc692bd50785c883ca8","signature":"362a896de0b5bbcc2e60b6aa77ea8969b4b24b8ee2474bcafd5b2274227dba16d87d071c5faeac058cad41cf7a6cacaa5be47f3c0dfdec834a2f8d5fd684d1c21b879a4b300d69951d2fc7cfc7cbafb8de25e60974c88c293f43bfb133beb89709ddea0e09dd29abb93c829dace39074dea458aa6c5c6e7a3b7e8e487465f9c9"}', true);
$token = '2bfb6ece9414e047909c55160e6aea21';
$baofu = new Baofu();
if (!$baofu->notifyVerify($params, 'register')) {
Log::info('registerNotifyVerifyFail: ', $params);
@ -83,7 +80,7 @@ class NotifyController extends AbstractController
$requestLog->app,
[
'bindCardFlag' => $bindCardFlag,
'userId' => $requestLog->getDataValue('userId'),,
'userId' => $requestLog->getDataValue('userId'),
]
);

Loading…
Cancel
Save