修复 扣费两次的问题
This commit is contained in:
parent
fff0960c42
commit
346581b12b
@ -115,7 +115,11 @@ public function verify(array $request): array|bool
|
||||
return false;
|
||||
}
|
||||
|
||||
return Cache::get('real_name:' . $data['bizNo'], false);
|
||||
$return = Cache::get('real_name:' . $data['bizNo'], false);
|
||||
|
||||
Cache::forget('real_name:' . $data['bizNo']);
|
||||
|
||||
return $return;
|
||||
}
|
||||
|
||||
private function verifyIfSuccess(string $request, string $sign): bool
|
||||
|
Loading…
Reference in New Issue
Block a user