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'])){