修改路径

Uat_Study
hang 2022-05-17 12:05:42 +08:00
parent a44c3dae10
commit 83ddaa1bdd
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); return ResponseOutput.Ok("/#/showdicom?studyId=f7b67793-8155-0223-2f15-118f2642efb8&type=Share" + token);
} }