瀏覽代碼

app(TermService::class)->get ->getRaw

visuddhinanda 4 月之前
父節點
當前提交
7a3e5df959
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api-v12/app/Services/AITermService.php

+ 1 - 1
api-v12/app/Services/AITermService.php

@@ -112,7 +112,7 @@ class AITermService
     public function create(string $id)
     {
         // 获取术语
-        $term = app(TermService::class)->get($id);
+        $term = app(TermService::class)->getRaw($id);
         // 全文搜索
         $query = $this->query($term->word);
         $res = json_encode($query, JSON_UNESCAPED_UNICODE);