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