Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/cn/ofpp/core/GaodeUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
public class GaodeUtil {
// 大家使用自己的秘钥 我的因为请求过多被封禁了
private static final String key = "替换为你的秘钥";
private static final String key = "06a6327377441d5ebfdb94231210a4da";

private static final String GEO_API = "https://restapi.amap.com/v3/geocode/geo?key=%s&address=%s&city=%s";
private static final String WEATHER_API = "https://restapi.amap.com/v3/weather/weatherInfo?key=%s&city=%d&extensions=%s";
Expand Down