mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 13:03:42 +08:00
♻️ Refactoring code. 是使用 @RequestMapping Headers属性替代 代码中指定header 参数
This commit is contained in:
parent
483612f3ac
commit
b457bc4fdb
@ -50,7 +50,7 @@ public interface SecurityConstants {
|
|||||||
/**
|
/**
|
||||||
* 请求header
|
* 请求header
|
||||||
*/
|
*/
|
||||||
String HEADER_FROM_IN = FROM + ":" + FROM_IN;
|
String HEADER_FROM_IN = FROM + "=" + FROM_IN;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 默认登录URL
|
* 默认登录URL
|
||||||
|
Loading…
Reference in New Issue
Block a user