From 5145e0dfaa2bb6c24421f2cf8a08dfbd2ad01142 Mon Sep 17 00:00:00 2001 From: sunhao Date: Wed, 12 Nov 2025 08:37:47 +0800 Subject: [PATCH] * [refac] format code. --- module/zai/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zai/model.php b/module/zai/model.php index c493e34a89..166705d230 100644 --- a/module/zai/model.php +++ b/module/zai/model.php @@ -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'];