作者 lyh

gx

@@ -91,7 +91,7 @@ class AiBlogTask extends Command @@ -91,7 +91,7 @@ class AiBlogTask extends Command
91 $dingService = new DingService(); 91 $dingService = new DingService();
92 $body = [ 92 $body = [
93 'keyword' => 'AI_BLOG生成错误', 93 'keyword' => 'AI_BLOG生成错误',
94 - 'msg' => '任务id:'.$item['task_id'].'拉取数据失败'.PHP_EOL.'返回信息:'.json_encode($result,true), 94 + 'msg' => '任务id:'.$item['task_id'].'拉取数据失败'.PHP_EOL.'返回信息:'.json_encode($result,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES),
95 'isAtAll' => false, // 是否@所有人 95 'isAtAll' => false, // 是否@所有人
96 ]; 96 ];
97 $result = $dingService->handle($body); 97 $result = $dingService->handle($body);