|
@@ -35,7 +35,6 @@ public class SpiDeviceServiceImpl implements SpiDeviceService {
|
|
log.info("设备告警通知请求:{}", JSONUtil.toJsonPrettyStr(params));
|
|
log.info("设备告警通知请求:{}", JSONUtil.toJsonPrettyStr(params));
|
|
//1.获取同步请求参数
|
|
//1.获取同步请求参数
|
|
AsyncRequestParams asyncRequestParams = spiService.getAsyncRequestParams(params);
|
|
AsyncRequestParams asyncRequestParams = spiService.getAsyncRequestParams(params);
|
|
-
|
|
|
|
//2.入参验签
|
|
//2.入参验签
|
|
boolean b = spiService.checkSign(params);
|
|
boolean b = spiService.checkSign(params);
|
|
if (!b) {
|
|
if (!b) {
|