cyzhao vor 1 Woche
Ursprung
Commit
ff02e20c76
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      Gameserver/App/process/PetProc.php

+ 2 - 2
Gameserver/App/process/PetProc.php

@@ -366,9 +366,9 @@ class PetProc {
         
         UserProc::updateUserInfo();
         return Resp::ok(array(
-                    'cash' => ctx()->baseInfo->cash,
-                    'store' => ctx()->store,
                     'newPetUid'=>$uid,
+                    'cash' => ctx()->baseInfo->cash,
+                    'store' => ctx()->store,                   
         ));
     }