Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
mall.oytour.com
Commits
20795690
Commit
20795690
authored
Sep 24, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3572dd5f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
TokenUserInfo.cs
Mall.Common/API/TokenUserInfo.cs
+6
-0
ApiRequestFromEnum.cs
Mall.Common/Enum/ApiRequestFromEnum.cs
+7
-1
No files found.
Mall.Common/API/TokenUserInfo.cs
View file @
20795690
...
...
@@ -16,9 +16,15 @@ namespace Mall.Common.API
/// 用户ID
/// </summary>
public
string
uid
{
get
;
set
;
}
/// <summary>
/// 请求消息
/// </summary>
public
ApiRequestFromEnum
requestFrom
{
get
;
set
;
}
/// <summary>
/// 集团编号
/// </summary>
public
int
groupId
{
get
;
set
;
}
}
}
Mall.Common/Enum/ApiRequestFromEnum.cs
View file @
20795690
...
...
@@ -24,5 +24,11 @@ namespace Mall.Common.Enum
/// </summary>
[
EnumField
(
"erp"
)]
ERP
=
3
,
/// <summary>
/// Mall【生成Token使用】
/// </summary>
[
EnumField
(
"Mall"
)]
Mall
=
7
,
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment