国外区域、天气api获取

This commit is contained in:
2025-07-22 17:01:54 +08:00
parent 2a7c3d42c0
commit c12b165816
6 changed files with 232 additions and 4 deletions

View File

@ -46,6 +46,11 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
</dependency>
<!--jackson-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>