jiazx0107@163.com
2023-10-23 de89fecc4b5ef00a437bc8c56064dc9af8c4a0df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.fzzy.gateway.sc2023;
 
 
import java.util.HashMap;
import java.util.Map;
 
/**
 * 常量
 */
public class ScConstant {
 
 
    public static Map<String,String> contextToken = new HashMap<>();
 
}