This commit is contained in:
王金磊
2023-05-04 13:41:50 +08:00
parent 883c9a870c
commit 177d1c939f
8 changed files with 398 additions and 20 deletions

View File

@@ -13,6 +13,12 @@ class gpt {
$job->delete();
}
// public function fresh(Job $job, $data){
// $this->fre($data);
// $job->delete();
// }
/**
* 发送邮件的逻辑
@@ -22,4 +28,9 @@ class gpt {
GptChar($data['message'],$data['ckey']);
}
// public function fre($data){
// freshContent($data);
// }
}