调整
This commit is contained in:
@@ -658,7 +658,7 @@ class Material
|
|||||||
}
|
}
|
||||||
if($iProgress >= 100){//上传素材完成后【1分钟后推送草稿箱】
|
if($iProgress >= 100){//上传素材完成后【1分钟后推送草稿箱】
|
||||||
$iDelaySeconds = 60;// 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);
|
return json_encode($aResult);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user