♻️ Refactoring code. 是使用 @RequestMapping Headers属性替代 代码中指定header 参数

This commit is contained in:
lbw 2022-11-14 16:40:16 +08:00
parent 483612f3ac
commit b457bc4fdb

View File

@ -50,7 +50,7 @@ public interface SecurityConstants {
/**
* 请求header
*/
String HEADER_FROM_IN = FROM + ":" + FROM_IN;
String HEADER_FROM_IN = FROM + "=" + FROM_IN;
/**
* 默认登录URL