简介头像

This commit is contained in:
2024-03-27 16:17:58 +08:00
parent ebc6d9b21f
commit 593ecb7db2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1835,7 +1835,7 @@ func (r *UserDoctorService) PutDoctorIntroduction(doctorId int64, req requests.P
profileItem := []tencentIm.ProfileItem{
{
Tag: "Tag_Profile_IM_Image",
Value: doctorIntroductionRecord.Avatar,
Value: utils.AddOssDomain(doctorIntroductionRecord.Avatar),
},
}