gq 7 年之前
父节点
当前提交
95a21ce143
共有 2 个文件被更改,包括 1 次插入6 次删除
  1. 0 5
      server/app/Console/Commands/DreamDJS.php
  2. 1 1
      server/app/Http/Controllers/Api/V1/MyController.php

+ 0 - 5
server/app/Console/Commands/DreamDJS.php

@@ -145,10 +145,5 @@ class DreamDJS extends Command
                 }
                 }
             }
             }
         }
         }
-
-
-
-
-
     }
     }
 }
 }

+ 1 - 1
server/app/Http/Controllers/Api/V1/MyController.php

@@ -1267,7 +1267,7 @@ class MyController extends Controller
         if (is_array($img)&&!empty($img)) {
         if (is_array($img)&&!empty($img)) {
             $image = $img[0];
             $image = $img[0];
         }else{
         }else{
-            $image = $img;
+            $image = '';
         }
         }
         $to_user_id = $request->input('to_user_id');
         $to_user_id = $request->input('to_user_id');
 //        链接到最近的一个梦想
 //        链接到最近的一个梦想