提交 80f3eed7 作者: panda

服务订单接口-列表条件筛选

上级 abd63456
......@@ -104,7 +104,7 @@ public class PmsClient {
HttpHeaders headers = new HttpHeaders();
headers.add("token", token);
HttpEntity<String> entity = new HttpEntity<>(null, headers);
ResponseEntity<ResultBody> responseEntity = restTemplate.exchange("http://localhost:8099/pms/backstage/work/queryWorkService" + "?id=" + id, HttpMethod.GET, entity, ResultBody.class);
ResponseEntity<ResultBody> responseEntity = restTemplate.exchange(pmsAppUri+"backstage/work/queryWorkService" + "?id=" + id, HttpMethod.GET, entity, ResultBody.class);
int statusCodeValue = responseEntity.getStatusCodeValue();
String result = null;
if(statusCodeValue==200){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论