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,                   
         ));
     }