|
@@ -1,5 +1,6 @@
|
|
|
using System;
|
|
|
using System.IO;
|
|
|
+using System.Threading.Tasks;
|
|
|
using Datory;
|
|
|
using GxPress.Common.AppOptions;
|
|
|
using GxPress.Common.Tools;
|
|
@@ -29,7 +30,7 @@ namespace GxPress.Service.Implement
|
|
|
_userRepository = new Repository<User>(database);
|
|
|
}
|
|
|
|
|
|
- public async void DataSave(HttpContext context, long responseTime, int userId)
|
|
|
+ public async Task DataSave(HttpContext context, long responseTime, int userId)
|
|
|
{
|
|
|
var isLog = _configuration.GetValue<bool>("ApiLog:IsEnable");
|
|
|
// if (isLog)
|