* [refac] format code.

This commit is contained in:
sunhao
2025-12-02 16:32:08 +08:00
parent f3518f8619
commit 5145e0dfaa
+1 -1
View File
@@ -719,7 +719,7 @@ class zaiModel extends model
$filePath = $file->realPath;
$cFile = new CURLFile($filePath, null, $file->title);
$result = $this->callAdminAPI('/v8/files/extract', 'POST', null, ['file' => $cFile]);
$result = $this->callAdminAPI('/v8/files/extract', 'POST', null, ['file' => $cFile]);
if($result['result'] != 'success') return null;
return $result['data'];