rabin 2 هفته پیش
والد
کامیت
50c65b60f9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/place/interface/app/Api/Main.php

+ 1 - 1
src/place/interface/app/Api/Main.php

@@ -255,7 +255,7 @@ class Main extends Core
         $share['path'] = $result['path'];
         if ($type > 0) {
             # 资源信息
-            $source = Dever::db('source/info')->find(['id' => $type]);
+            $source = Dever::db('psource/info')->find(['id' => $type]);
             if (!$source['share_pic'] && $source['pic']) {
                 $source['pic'] = explode(',', $source['pic']);
                 $share['pic'] = $source['pic'][0];