mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 00:37:21 +08:00
注册功能、数据库表关系大更新
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Yi.Framework.SMSProcessor
|
||||
{
|
||||
_logger.LogInformation("Worker running at: {time}", DateTimeOffset.Now);
|
||||
_logger.LogInformation($"Worker appsetting ConsulClientOption:Ip={this._IConfiguration["ConsulClientOption:Ip"]}");
|
||||
await Task.Delay(1000, stoppingToken);
|
||||
await Task.Delay(100000, stoppingToken);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user