chenxiqiang il y a 7 ans
Parent
révision
4a5124a797
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      manage-server/app/Http/Controllers/ServerInfoController.php

+ 3
- 3
manage-server/app/Http/Controllers/ServerInfoController.php Voir le fichier

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
                     ]

Loading…
Annuler
Enregistrer