elf 1 year ago
parent 7c6993473d
commit 0faba2c5b7

@ -314,6 +314,10 @@ class NotifyController extends AbstractController
] ]
); );
$baofu->notifySuccess(); if ($result == 'success') {
return $baofu->notifySuccess();
} else {
return 'fail';
}
} }
} }

Loading…
Cancel
Save