|
@@ -351,6 +351,7 @@ namespace HealthMonitor.Service.Biz.db |
|
|
{ |
|
|
{ |
|
|
new KeyValuePair<string, string>("Authorization", "Basic " + _configTDengineService.Token) |
|
|
new KeyValuePair<string, string>("Authorization", "Basic " + _configTDengineService.Token) |
|
|
}; |
|
|
}; |
|
|
|
|
|
_logger.LogInformation($"{nameof(ExecuteSelectRestResponseAsync)} --- SQL 语句执行 {sql}"); |
|
|
var result = await _httpHelper.HttpToPostAsync(url, sql, headers).ConfigureAwait(false); |
|
|
var result = await _httpHelper.HttpToPostAsync(url, sql, headers).ConfigureAwait(false); |
|
|
return result; |
|
|
return result; |
|
|
} |
|
|
} |
|
|