作者 李宇航

合并分支 'master-server' 到 'master'

Master server



查看合并请求 !1374
... ... @@ -57,7 +57,7 @@ class AiBlogTask extends Command
$aiBlogService->key = $aiSettingInfo['key'];
$aiBlogService->task_id = $item['task_id'];
$result = $aiBlogService->getDetail();
if($result['status'] != 200){
if(!isset($result['status']) || $result['status'] != 200){
sleep(5);
continue;
}
... ...
... ... @@ -54,6 +54,7 @@ class KeywordLogic extends BaseLogic
* @author :lyh
* @method :post
* @time :2023/8/23 16:50
* @param :is_video_keyword:1->生成视频的关键字
*/
public function keywordSave(){
$this->param = $this->handleSaveParam($this->param);
... ...