cyzhao пре 1 недеља
родитељ
комит
ff02e20c76
1 измењених фајлова са 2 додато и 2 уклоњено
  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,                   
         ));
     }