添加高德地图请求

添加返回数据保存本地程序
添加相关MQ逻辑
添加映射转换类
This commit is contained in:
仙风道骨小半仙儿 2025-04-15 18:50:48 +08:00
parent 054a51e4f6
commit 12ab9f178f
1 changed files with 0 additions and 1 deletions

View File

@ -360,7 +360,6 @@ public class PoisServiceImpl implements PoisService, MapPoiRecordApi {
// 处理响应 // 处理响应
if (response.statusCode() == 200) { if (response.statusCode() == 200) {
String responseBody = response.body(); String responseBody = response.body();
// TODO 添加消息队列保存到json到对应数据库
PoiRecordMessage message = new PoiRecordMessage(); PoiRecordMessage message = new PoiRecordMessage();
message.setTypes(new_type_str); message.setTypes(new_type_str);
message.setPoiData(responseBody); message.setPoiData(responseBody);