log:send to fei-shu
This commit is contained in:
parent
b5158721a8
commit
974ad920dd
@ -31,7 +31,7 @@
|
||||
"Default": "server=129.204.22.146;database=interface_forward;uid=dev;pwd=itd!@#123;charset=utf8mb4;"
|
||||
},
|
||||
"FeiShuNotice": {
|
||||
"Title": "InterfaceForward-Dev",
|
||||
"TitlePrefix": "InterfaceForward",
|
||||
"Webhook": "https://open.feishu.cn/open-apis/bot/v2/hook/e5ced977-a616-42ce-8684-c7628e71b35e",
|
||||
"Timeout": 20
|
||||
},
|
||||
|
||||
@ -7,6 +7,7 @@ using Fake.RabbitMQ;
|
||||
using FreeRedis;
|
||||
using InterfaceForward.Application.Contracts;
|
||||
using InterfaceForward.Application.Helpers;
|
||||
using InterfaceForward.Domain.Shared;
|
||||
using InterfaceForward.Repositories;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
@ -18,6 +19,7 @@ namespace InterfaceForward.Application;
|
||||
[DependsOn(typeof(FakeObjectMappingAutoMapperModule))]
|
||||
[DependsOn(typeof(FakeEventBusRabbitMqModule))]
|
||||
[DependsOn(typeof(InterfaceForwardRepositoriesModule))]
|
||||
[DependsOn(typeof(InterfaceForwardDomainSharedModule))]
|
||||
public class InterfaceForwardApplicationModule:FakeModule
|
||||
{
|
||||
public override void ConfigureServices(ServiceConfigurationContext context)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user