From f185c0e906340382585047b31cc772f444a48f08 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 11 Oct 2023 17:23:49 +0800 Subject: [PATCH] =?UTF-8?q?2277=EF=BC=88=E8=8E=B7=E5=8F=96=E6=88=91?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E8=AF=8A=E3=80=81=E5=85=B3=E6=B3=A8=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E5=88=97=E8=A1=A8=EF=BC=89=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BA=86multi=5Fpoint=5Fenable=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientDoctorService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index 19d1736..4ee8a30 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -493,7 +493,7 @@ class PatientDoctorService extends BaseService /** * 获取我的问诊、关注医生列表 - * @return array|void + * @return array */ public function getDoctorList(){ $user_info = $this->request->getAttribute("userInfo") ?? [];