This commit is contained in:
chengxl
2025-09-02 09:33:45 +08:00
parent 4da6039c5f
commit 58c988e902

View File

@@ -658,7 +658,7 @@ class Material
}
if($iProgress >= 100){//上传素材完成后【1分钟后推送草稿箱】
$iDelaySeconds = 60;// 1分钟的秒数
Queue::later($iDelaySeconds,'app\api\job\WechatDraft@fire', ['article_id' => $iId], 'WechatDraft')
Queue::later($iDelaySeconds,'app\api\job\WechatDraft@fire', ['article_id' => $iId], 'WechatDraft');
}
return json_encode($aResult);
}