diff --git a/app/Support/RealNameSupport.php b/app/Support/RealNameSupport.php index 0a9813d..1f532ad 100644 --- a/app/Support/RealNameSupport.php +++ b/app/Support/RealNameSupport.php @@ -105,6 +105,8 @@ public function verify(array $request): array|bool { $data = json_decode($request['data'], true); + Log::debug('实名认证回调', $request); + $verify = $this->verifyIfSuccess($request['data'], $request['sign']); if (!$verify) {