手表数据修改

This commit is contained in:
wanghao
2026-03-05 15:53:40 +08:00
parent 3cea926a1e
commit fa9a186a5e
4 changed files with 29 additions and 12 deletions
@@ -19,10 +19,10 @@ import java.nio.charset.StandardCharsets;
@Slf4j
public class AmapServiceImpl implements AmapService {
@Value("${amap.key}")
// @Value("${amap.key}")
private String amapKey;
@Value("${amap.regeo-url}")
// @Value("${amap.regeo-url}")
private String regeoUrl;
// ===== 核心方法 =====