From 025c0a2b067bad8c5dcfb65d7d93ef51f33a11e6 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期五, 11 四月 2025 11:31:23 +0800
Subject: [PATCH] 修改world插入图片

---
 ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/TokenService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/TokenService.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/TokenService.java
index 90ab01b..206c1a4 100644
--- a/ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/TokenService.java
+++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/TokenService.java
@@ -208,6 +208,8 @@
 
     public boolean verifyToken(String token)
     {
+        Claims claims = parseToken(token);
+
         return true;
     }
     /**

--
Gitblit v1.7.1