fix: wire production Amap adapter
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 1m47s

This commit is contained in:
suyx
2026-08-04 17:09:04 +08:00
parent a7772a7e92
commit 8c349fb56c
7 changed files with 231 additions and 13 deletions
+1 -1
View File
@@ -922,7 +922,7 @@ export type ReverseGeocodeRequest = {
export type ReverseGeocodeResponse = {
"formatted_value": string;
"service_mode": "mock";
"service_mode": "mock" | "real";
"status": "resolved";
};