$this->id, 'vip_id' => $this->vip_id, 'name' => $this->name, 'times' => $this->times, 'price' => (int)$this->price, 'gift' => $this->gift, 'status' => $this->status, 'success_time' => $this->success_time->format('Y-m-d'), ]; } }