终审调整

This commit is contained in:
chengxl
2025-08-29 10:33:23 +08:00
parent 1f152ac988
commit d649d4b39a

View File

@@ -656,6 +656,10 @@ class Material
$aWhere['log_id'] = $aLog['log_id'];
$result = Db::name('wechat_api_log')->where($aWhere)->limit(1)->update($aUpdate);
}
if($iProgress >= 100){//上传素材完成后【1分钟后推送草稿箱】
$iDelaySeconds = 60;// 1分钟的秒数
Queue::later($iDelaySeconds,'app\api\job\WechatDraft@fire', ['article_id' => $iId], 'WechatDraft')
}
return json_encode($aResult);
}
/**