chenxiqiang 6 anos atrás
pai
commit
4a5124a797

+ 3
- 3
manage-server/app/Http/Controllers/ServerInfoController.php Ver arquivo

233
                     "data" => [
233
                     "data" => [
234
                         "id" => $record->id,
234
                         "id" => $record->id,
235
                         "server" => $record->server,
235
                         "server" => $record->server,
236
-                        "content" => $recore->content,
237
-                        "photo" => $recore->photo,
238
-                        "location" => $recore->location,
236
+                        "content" => $record->content,
237
+                        "photo" => $record->photo,
238
+                        "location" => $record->location,
239
                         "api" => $data["api"],
239
                         "api" => $data["api"],
240
                         "fields" => $data["fields"]
240
                         "fields" => $data["fields"]
241
                     ]
241
                     ]

Carregando…
Cancelar
Salvar