手表数据修改

This commit is contained in:
wanghao
2026-03-05 17:00:18 +08:00
parent 3db3301fe3
commit ad03177e50
3 changed files with 6 additions and 15 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;
// ===== 核心方法 =====