1
This commit is contained in:
@@ -15,13 +15,13 @@ class mail {
|
||||
|
||||
|
||||
public function tgpu(Job $job, $data){
|
||||
my_tg_pushmail($data);
|
||||
// my_tg_pushmail($data);
|
||||
$job->delete();
|
||||
}
|
||||
|
||||
public function promotion(Job $job,$data){
|
||||
aliemail($data['email'],$data['title'],$data['content'],$data['has_hb']);
|
||||
$job->delete();
|
||||
aliemail($data['email'],$data['title'],$data['content'],$data['has_hb']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user