strategy = new MessagePushServicePackageService(); }else{ $this->strategy = new MessagePushInquiryService(); } $this->strategy->order = $order->toArray(); $this->strategy->user = $user->toArray(); } /** * 患者-通知患者医生已接诊 * @return void */ public function patientDoctorAcceptedInquiry(): void { $this->strategy->patientDoctorAcceptedInquiry(); } }