|
@@ -71,7 +71,7 @@ namespace TEAMModelOS.Controllers.Core
|
|
|
public BaseResponse GetContainerSASRead(JsonElement azureBlobSASDto)
|
|
|
{
|
|
|
ResponseBuilder responseBuilder = new ResponseBuilder();
|
|
|
- azureBlobSASDto.TryGetProperty("code",out JsonElement azureBlobSAS);
|
|
|
+ azureBlobSASDto.TryGetProperty("params", out JsonElement azureBlobSAS);
|
|
|
//string azureBlobSAS = azureBlobSASDto;
|
|
|
(string, string) a = BlobUrlString(azureBlobSAS.ToString());
|
|
|
string ContainerName = a.Item1;
|