feat(platform): expose amap runtime health

This commit is contained in:
lingniu
2026-07-04 15:30:51 +08:00
parent 5bbd110743
commit 1f069178d6
6 changed files with 64 additions and 10 deletions

View File

@@ -334,6 +334,10 @@ export interface OpsHealth {
export interface RuntimeInfo {
requestTimeoutMs: number;
amapWebJsConfigured?: boolean;
amapSecurityProxyEnabled?: boolean;
amapSecurityCodeExposed?: boolean;
amapSecurityServiceHost?: string;
}
export interface Page<T> {