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