From 1172bde3b4613ac039b13e19d30ded5b92e3d65f Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期五, 27 十二月 2024 11:26:30 +0800 Subject: [PATCH] parse JWT --- pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/screen/ScreenReportCtrl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/screen/ScreenReportCtrl.java b/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/screen/ScreenReportCtrl.java index 8ddcc73..7ce7c80 100644 --- a/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/screen/ScreenReportCtrl.java +++ b/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/screen/ScreenReportCtrl.java @@ -33,7 +33,7 @@ public BaseResponse<Map<String, Object>> getDeviceInfo(String deviceNo) { log.info("DeviceReportCtl.getDeviceInfo():{}",deviceNo); Map<String, Object> result = sv.getDeviceInfo(deviceNo); - return BaseResponseUtils.buildSuccess(null); + return BaseResponseUtils.buildSuccess(result); } /** * 鏍规嵁鏃堕棿鍖洪棿鏌ヨ 鎵�鏈夎繃绔欒褰� -- Gitblit v1.8.0