lh 1 月之前
父节点
当前提交
a6168bbe3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/Anime/AnimeService.php

+ 1 - 1
app/Services/Anime/AnimeService.php

@@ -4830,7 +4830,7 @@ class AnimeService
             'url'           => $url,
             'pic_prompt'    => $pic_prompt,
             'product'       => $product,
-            'versions'      => json_decode($versions, true)
+            'versions'      => $versions
         ];
     }