Commit 2bd0f0f3 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 2a33b731 8ef0a0d3
......@@ -137,7 +137,7 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
// 设置请求头
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_JSON);
headers.setContentType(MediaType.APPLICATION_FORM_URLENCODED);
// 构建请求参数
String url;
......@@ -152,7 +152,7 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
}
params.add("need_district", "false");
params.add("need_layer", "true");
params.add("related_point_fields", "");
// params.add("related_point_fields", "");
params.add("area_fields", "名称,唯一编号");
log.info("request params ==> {}", params);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!