修复AI的小巧思3

This commit is contained in:
KilLze
2026-01-20 15:16:05 +08:00
parent 9c1b701594
commit 2224b43fcb

View File

@@ -24,4 +24,12 @@ public class UserContext {
return USER_HOLDER.get();
}
/**
* 清除当前线程的用户ID和token
*/
public static void clear() {
USER_HOLDER.remove();
}
}