cyzhao hai 1 semana
pai
achega
ff02e20c76
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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,                   
         ));
     }