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