forked from integrated_whb/integrated_whb
人员定位改id
parent
fbb99198ca
commit
6353550fbd
|
@ -204,7 +204,7 @@ public class PLSUtil {
|
|||
HttpEntity<JSONObject> httpEntity = new HttpEntity<>(headers);
|
||||
ResponseEntity<Boolean> exchange = restTemplate.exchange(PLSUtil.BAKEADDR.get(CORPINFO_ID) + "/region/api/electronicFence/determineWhetherThePersonIsInTheElectronicFence2?psn=" +
|
||||
PLS_ID +
|
||||
"&uuid=" + ELECTRONIC_FENCE_ID, HttpMethod.GET, httpEntity, Boolean.class);
|
||||
"&id=" + ELECTRONIC_FENCE_ID, HttpMethod.GET, httpEntity, Boolean.class);
|
||||
return exchange.getBody();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue