分享连接修改

Uat_Study
hang 2022-05-20 14:46:46 +08:00
parent c938a9c27e
commit f707d109a3
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ namespace IRaCIS.Api.Controllers
UserTypeEnum = UserTypeEnum.ShareImage, UserTypeEnum = UserTypeEnum.ShareImage,
Code = "ShareCode001", Code = "ShareCode001",
})); }));
return ResponseOutput.Ok("/#/showdicom?studyId=f7b67793-8155-0223-2f15-118f2642efb8&type=Share&token=" + token); return ResponseOutput.Ok("/showdicom?studyId=f7b67793-8155-0223-2f15-118f2642efb8&type=Share&token=" + token);
} }