diff --git a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Application/LINGYUN/Abp/WebhooksManagement/Extensions/WebhookSubscriptionExtensions.cs b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Application/LINGYUN/Abp/WebhooksManagement/Extensions/WebhookSubscriptionExtensions.cs index dbcf7a7a1..ccee9325d 100644 --- a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Application/LINGYUN/Abp/WebhooksManagement/Extensions/WebhookSubscriptionExtensions.cs +++ b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Application/LINGYUN/Abp/WebhooksManagement/Extensions/WebhookSubscriptionExtensions.cs @@ -20,6 +20,7 @@ public static class WebhookSubscriptionExtensions CreatorId = webhookSubscription.CreatorId, Description = webhookSubscription.Description, ConcurrencyStamp = webhookSubscription.ConcurrencyStamp, + TimeoutDuration = webhookSubscription.TimeoutDuration, }; } diff --git a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/en.json b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/en.json index f38476ee7..6321d1eb1 100644 --- a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/en.json +++ b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/en.json @@ -32,6 +32,7 @@ "SelectedItems": "Selected items", "SelectedItemsFormat": "Selected {0}", "ItemWillBeResendMessageWithFormat": "{0} will be resend.", + "SuccessfullySent": "Successfully Sent", "DisplayName:Name": "Name", "DisplayName:DisplayName": "Display Name", "DisplayName:Description": "Description", diff --git a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/zh-Hans.json b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/zh-Hans.json index 5dc8abb39..4da41a147 100644 --- a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/zh-Hans.json +++ b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/zh-Hans.json @@ -32,6 +32,7 @@ "SelectedItems": "已选择项目", "SelectedItemsFormat": "已选择 {0}", "ItemWillBeResendMessageWithFormat": "{0} 将要重新发送.", + "SuccessfullySent": "发送成功", "DisplayName:Name": "名称", "DisplayName:DisplayName": "显示名称", "DisplayName:Description": "描述",