Update startup notification and Natasha preheat

This commit is contained in:
xiaolipro 2026-06-02 10:00:16 +08:00
parent 18ff452ca7
commit 469ac9783e
2 changed files with 2 additions and 2 deletions

View File

@ -124,6 +124,6 @@ public class InterfaceForwardApiModule : FakeModule
app.MapControllers();
app.Services.GetRequiredService<IFeiShuNotificationService>().Send("Application started");
app.Services.GetRequiredService<IFeiShuNotificationService>().Send("Application started" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
}
}

View File

@ -68,7 +68,7 @@ public class InterfaceForwardApplicationModule:FakeModule
obj.FormFieldList.Add(new InterfaceForward.Domain.Shared.Dtos.InterfaceFormFieldDto
{
Name = "_natasha_health",
Value = obj.GetAccountFieldValueOrNull("_missing") ?? "ok"
Value = "ok"
});
""")(context);