|
@ -45,7 +45,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,imei);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂设备sos数据接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -71,7 +71,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,imei);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂设备开关机数据接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -95,7 +95,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,deviceid);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂设备消息通知数据接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -131,7 +131,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,imei);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂位置接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -160,7 +160,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,imei);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂心率数据接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -190,7 +190,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url =RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,imei);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂血压数据接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -222,7 +222,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,imei);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂跌倒数据接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -246,7 +246,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,imei);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("设备步数接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -279,7 +279,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,device);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂-睡眠带睡眠接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -336,7 +336,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,device);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂-睡眠带睡眠报告接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -360,7 +360,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,device);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂-睡眠带wifi在线状态接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|
|
@ -394,7 +394,7 @@ public class TransforController {
|
|
|
long startTime=System.currentTimeMillis();
|
|
|
String paraString = JSON.toJSONString(request.getParameterMap());
|
|
|
String url = RequestParamUtil.getParamUrl(request);
|
|
|
String result = aqgService.aqgForward(url);
|
|
|
String result = aqgService.aqgForward(url,imei);
|
|
|
long endTime=System.currentTimeMillis();
|
|
|
logger.info("爱牵挂-手表睡眠接收,请求参数:"+paraString+" "+(endTime-startTime)+"ms; 响应:"+result);
|
|
|
return success();
|