彭俊 hace 6 años
padre
commit
e17afddbaa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Biz/Game/GameLogic.php

+ 1 - 1
Biz/Game/GameLogic.php

@@ -548,7 +548,7 @@ LONGSQL;
         } else {
             foreach ($ret as $item) {
                 $return[] = [
-                    'name' => substr($item, $prlen),
+                    'name' => substr($item->account, $prlen),
                     'money' => $item->money,
                 ];
             }