From 720af17789bf62cb73419ada6e40b8026319cb34 Mon Sep 17 00:00:00 2001 From: ZZ Date: Wed, 10 Nov 2021 16:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E5=90=88=E4=BD=9C?= =?UTF-8?q?=E6=97=A0=E6=95=88=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/xhpc/evcs/api/QueryTokenController.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryTokenController.java b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryTokenController.java index 5ebd15d1..a706425e 100644 --- a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryTokenController.java +++ b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryTokenController.java @@ -87,6 +87,8 @@ public class QueryTokenController { resp.setMsg("Query token success"); resp.setData(JSONUtil.toJSONString(tokenResponse)); } + } else { + resp.setMsg("Cooperation settings or start time not valid"); } return resp; }