|
@@ -366,9 +366,9 @@ class PetProc {
|
|
|
|
|
|
UserProc::updateUserInfo();
|
|
UserProc::updateUserInfo();
|
|
return Resp::ok(array(
|
|
return Resp::ok(array(
|
|
- 'cash' => ctx()->baseInfo->cash,
|
|
|
|
- 'store' => ctx()->store,
|
|
|
|
'newPetUid'=>$uid,
|
|
'newPetUid'=>$uid,
|
|
|
|
+ 'cash' => ctx()->baseInfo->cash,
|
|
|
|
+ 'store' => ctx()->store,
|
|
));
|
|
));
|
|
}
|
|
}
|
|
|
|
|