mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
4.4 KiB
114 lines
4.4 KiB
{
|
|
"modules": {
|
|
"settingManagement": {
|
|
"rootPath": "settingManagement",
|
|
"remoteServiceName": "SettingManagement",
|
|
"controllers": {
|
|
"Volo.Abp.SettingManagement.EmailSettingsController": {
|
|
"controllerName": "EmailSettings",
|
|
"controllerGroupName": "EmailSettings",
|
|
"isRemoteService": true,
|
|
"apiVersion": null,
|
|
"type": "Volo.Abp.SettingManagement.EmailSettingsController",
|
|
"interfaces": [
|
|
{
|
|
"type": "Volo.Abp.SettingManagement.IEmailSettingsAppService"
|
|
}
|
|
],
|
|
"actions": {
|
|
"GetAsync": {
|
|
"uniqueName": "GetAsync",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/setting-management/emailing",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [],
|
|
"parameters": [],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.SettingManagement.EmailSettingsDto",
|
|
"typeSimple": "Volo.Abp.SettingManagement.EmailSettingsDto"
|
|
},
|
|
"allowAnonymous": null,
|
|
"implementFrom": "Volo.Abp.SettingManagement.IEmailSettingsAppService"
|
|
},
|
|
"UpdateAsyncByInput": {
|
|
"uniqueName": "UpdateAsyncByInput",
|
|
"name": "UpdateAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/setting-management/emailing",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "Volo.Abp.SettingManagement.UpdateEmailSettingsDto, Volo.Abp.SettingManagement.Application.Contracts",
|
|
"type": "Volo.Abp.SettingManagement.UpdateEmailSettingsDto",
|
|
"typeSimple": "Volo.Abp.SettingManagement.UpdateEmailSettingsDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "input",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.SettingManagement.UpdateEmailSettingsDto",
|
|
"typeSimple": "Volo.Abp.SettingManagement.UpdateEmailSettingsDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Body",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
},
|
|
"allowAnonymous": null,
|
|
"implementFrom": "Volo.Abp.SettingManagement.IEmailSettingsAppService"
|
|
},
|
|
"SendTestEmailAsyncByInput": {
|
|
"uniqueName": "SendTestEmailAsyncByInput",
|
|
"name": "SendTestEmailAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/setting-management/emailing/send-test-email",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "Volo.Abp.SettingManagement.SendTestEmailInput, Volo.Abp.SettingManagement.Application.Contracts",
|
|
"type": "Volo.Abp.SettingManagement.SendTestEmailInput",
|
|
"typeSimple": "Volo.Abp.SettingManagement.SendTestEmailInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "input",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.SettingManagement.SendTestEmailInput",
|
|
"typeSimple": "Volo.Abp.SettingManagement.SendTestEmailInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Body",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
},
|
|
"allowAnonymous": null,
|
|
"implementFrom": "Volo.Abp.SettingManagement.IEmailSettingsAppService"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"types": {}
|
|
}
|