WeatherReportApp/ ├── app/ │ └── src/main/java/com/example/testproject018/ │ ├── api/ # API 接口定义 (Retrofit) │ │ └── ApiService ...