This commit is contained in:
wangjinlei
2021-06-15 10:34:52 +08:00
parent b79316e8d9
commit 7d216a169d
7 changed files with 663 additions and 42 deletions

View File

@@ -10,6 +10,7 @@ class mail {
public function fire(Job $job, $data) {
$res = $this->send($data);
$job->delete();
if($res){
$job->delete();
}else{