Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2025-05-22 14:19:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
57b14c0af33610b7c9b197899b9fc731766676e4
57b14c0a
1 parent
482701f5
manager-server | 修改 |
FCL登录cookies调整 mt 2025年5月22日14:19:38
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
server/manager-server/src/main/java/com/fedex/connect/manager/common/enums/FCLSessionInfoEnum.java
server/manager-server/src/main/java/com/fedex/connect/manager/common/enums/FCLSessionInfoEnum.java
View file @
57b14c0
...
...
@@ -10,6 +10,7 @@ public enum FCLSessionInfoEnum {
FDX_LOGIN
(
"fdx_login"
,
"FCL登录SESSION信息"
),
FCL_UUID
(
"fcl_uuid"
,
"FCL-UUID信息"
),
FCL_OAUTH
(
"ab45335bc623e59"
,
"FCL-oauth信息"
),
FCL_CONTACTNAME
(
"fcl_contactname"
,
"FCL联系人信息"
);
FCLSessionInfoEnum
(
String
code
,
String
name
){
...
...
Please
register
or
login
to post a comment