success(); } public function recharge() { RechargeService::syncRechargeStay(); return $this->success(); } public function settle() { RoomService::noticeSettle(); return $this->success(); } }