Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-parent
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 783a34bc
authored
Apr 25, 2021
by
ypenglv
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
common处理
1 parent
f3053a30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
nafmii-common/src/main/java/org/nafmii/constant/HttpClientHeaderEnum.java
nafmii-common/src/main/java/org/nafmii/constant/HttpClientHeaderEnum.java
View file @
783a34b
package
org
.
nafmii
.
constant
;
/**
* @author by zhangbr
* @date 2020/4/8.
*/
public
enum
HttpClientHeaderEnum
{
/**
* 系统自定义请求header参数
*/
USER_HEADER_USER_ID
(
"userId"
,
"用户ID"
),
USER_HEADER_OLD_USER_ID
(
"oldUserId"
,
"老用户ID"
),
USER_HEADER_USER_TOKEN
(
"token"
,
"用户token"
),
USER_HEADER_MODE
(
"mode"
,
"设备:PC,APP,PAD"
),
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment