修改监管端存token标志

This commit is contained in:
chenshaohua
2026-07-10 11:27:18 +08:00
parent 13c086db01
commit f6a957b1af
3 changed files with 8 additions and 3 deletions

View File

@@ -54,4 +54,9 @@ public class CacheConstants
* 浪潮互联网token
*/
public static final String LC_HLW_TOKEN ="lc_hlw_token:";
/**
* 浪潮监管端token
*/
public static final String LC_JGD_TOKEN ="lc_jgd_token:";
}