From 8c547b6ccdb922e13522e5d20ed2bc16702c7a41 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 21 Feb 2024 16:05:00 +0800 Subject: [PATCH] =?UTF-8?q?oss=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index 6474599..471e6d2 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -923,7 +923,7 @@ class DoctorAuthService extends BaseService $doctor_introduction_record = DoctorIntroductionRecord::getOne($params); if (!empty($doctor_introduction_record)){ if (!empty($doctor_introduction_record['avatar'])){ - $result['avatar'] = PcreMatch::pregRemoveOssWebsite($doctor_introduction_record['avatar']); + $result['avatar'] = addAliyunOssWebsite($doctor_introduction_record['avatar']); } if (!empty($doctor_introduction_record['be_good_at'])){