Explorar el Código

增加日志

datasub12_previous
H Vs hace 11 meses
padre
commit
fd6e40514f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      HealthMonitor.Service/Biz/db/TDengineService.cs

+ 1
- 0
HealthMonitor.Service/Biz/db/TDengineService.cs Ver fichero

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


Cargando…
Cancelar
Guardar