|
@@ -209,7 +209,7 @@ namespace DataSharing.Province
|
|
|
byte[] fileContentBytes = null;
|
|
|
try
|
|
|
{
|
|
|
- string url = string.Format("{0}{1}?Source={2}&Id={3}", businessFile.BaseUrl, businessFile.DownloadUrlAddress, businessFile.Source, fileId);
|
|
|
+ string url = string.Format("{0}{1}?Source={2}&Id={3}", businessFile.BaseUrl, businessFile.DownloadUrlAddress, "hotline", fileId);
|
|
|
_logger.LogWarning("请求附件服务器组装地址:--------------" + url);
|
|
|
using (var client = _httpClientFactory.CreateClient())
|
|
|
using (var response = await client.GetAsync(url))
|