增加 日志记录
This commit is contained in:
parent
ee365e83b1
commit
1195051946
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user