This commit is contained in:
wangjinlei
2022-08-05 11:18:52 +08:00
parent a23e9640b3
commit c88aa8bb2f
5 changed files with 64 additions and 14 deletions

View File

@@ -3,15 +3,14 @@
namespace app\api\job;
use think\queue\Job;
use think\Db;
class ts {
//put your code here
public function fire(Job $job, $data) {
$job->delete();
public function fire(Job $job, $data) {
my_doiToFrag($data);
$job->delete();
}