소스 검색

Merge branch 'dev' of chinawu123/wlyy2.0 into dev

chinawu123 2 년 전
부모
커밋
e33ba28a6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/device/YsDeviceService.java

+ 1 - 1
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/device/YsDeviceService.java

@ -234,7 +234,7 @@ public class YsDeviceService {
        }
        param.add("deviceSerial",deviceSerial);
        param.add("channelNo",channelNo+"");
        param.add("expireTime","86400");//过期时间一天
        //param.add("expireTime","86400");//过期时间一天
        HttpEntity<JSONObject> response = httpClientUtil.iotAssesTokenPostHttp(YsConfig.getDeviceLiveAddress,param,HttpMethod.POST);
        JSONObject responseBody = response.getBody();
        if (responseBody.getInteger("code")==200){