|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"Routes": [ |
|
|
|
// 框架端点 |
|
|
|
// ��ܶ˵� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/abp/application-configuration", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
}, |
|
|
|
"Key": "backend-admin-configuration" |
|
|
|
}, |
|
|
|
// 框架动态API端点 |
|
|
|
// ��ܶ�̬API�˵� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/abp/api-definition", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -52,7 +52,7 @@ |
|
|
|
}, |
|
|
|
"Key": "backend-admin-api-definition" |
|
|
|
}, |
|
|
|
// 租户 |
|
|
|
// �⻧ |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/abp/multi-tenancy/{everything}", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -77,9 +77,9 @@ |
|
|
|
"UseTracing": true |
|
|
|
} |
|
|
|
}, |
|
|
|
// 租户管理 |
|
|
|
// �⻧���� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/tenant-management/{everything}", |
|
|
|
"DownstreamPathTemplate": "/api/saas/{everything}", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
"DownstreamHostAndPorts": [ |
|
|
|
{ |
|
|
|
@ -87,7 +87,7 @@ |
|
|
|
"Port": 30010 |
|
|
|
} |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/tenant-management/{everything}", |
|
|
|
"UpstreamPathTemplate": "/api/saas/{everything}", |
|
|
|
"UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE" ], |
|
|
|
"LoadBalancerOptions": { |
|
|
|
"Type": "RoundRobin" |
|
|
|
@ -108,7 +108,7 @@ |
|
|
|
"UseTracing": true |
|
|
|
} |
|
|
|
}, |
|
|
|
// 权限管理 |
|
|
|
// Ȩ���� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/permission-management/{everything}", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -139,7 +139,7 @@ |
|
|
|
"UseTracing": true |
|
|
|
} |
|
|
|
}, |
|
|
|
// 租户设置 |
|
|
|
// �⻧���� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/setting-management/settings/by-current-tenant", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -171,7 +171,7 @@ |
|
|
|
}, |
|
|
|
"Key": "setting-current-tenant" |
|
|
|
}, |
|
|
|
// 全局设置 |
|
|
|
// ȫ������ |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/setting-management/settings/by-global", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -203,7 +203,7 @@ |
|
|
|
}, |
|
|
|
"Key": "setting-global" |
|
|
|
}, |
|
|
|
// 微信租户设置 |
|
|
|
// ���⻧���� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/setting-management/wechat/by-current-tenant", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -235,7 +235,7 @@ |
|
|
|
}, |
|
|
|
"Key": "wechat-setting-current-tenant" |
|
|
|
}, |
|
|
|
// 微信全局设置 |
|
|
|
// ��ȫ������ |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/setting-management/wechat/by-global", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -267,7 +267,7 @@ |
|
|
|
}, |
|
|
|
"Key": "wechat-setting-global" |
|
|
|
}, |
|
|
|
// 阿里云租户设置 |
|
|
|
// �������⻧���� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/setting-management/aliyun/by-current-tenant", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -299,7 +299,7 @@ |
|
|
|
}, |
|
|
|
"Key": "aliyun-setting-current-tenant" |
|
|
|
}, |
|
|
|
// 阿里云全局设置 |
|
|
|
// ������ȫ������ |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/setting-management/aliyun/by-global", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -331,7 +331,7 @@ |
|
|
|
}, |
|
|
|
"Key": "aliyun-setting-global" |
|
|
|
}, |
|
|
|
// 设置管理 |
|
|
|
// ���ù��� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/setting-management/{everything}", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -362,7 +362,7 @@ |
|
|
|
"UseTracing": true |
|
|
|
} |
|
|
|
}, |
|
|
|
// 特性管理 |
|
|
|
// ���Թ��� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/feature-management/{everything}", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -393,7 +393,7 @@ |
|
|
|
"UseTracing": true |
|
|
|
} |
|
|
|
}, |
|
|
|
// 审计日志 |
|
|
|
// �����־ |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/auditing/{everything}", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
@ -424,7 +424,7 @@ |
|
|
|
"UseTracing": true |
|
|
|
} |
|
|
|
}, |
|
|
|
// API 文档 |
|
|
|
// API �ĵ� |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/swagger/v1/swagger.json", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
|