Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-cloud-core
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-cloud-core
Commits
df6c8975
Commit
df6c8975
authored
Jul 23, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fastjson升级
parent
114058bb
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
yd-auth-core/src/main/java/com/yd/auth/core/service/impl/AuthServiceImpl.java
+1
-1
yd-auth-core/src/main/java/com/yd/auth/core/service/impl/AuthUserDetailsService.java
+1
-1
yd-common/pom.xml
+6
-2
yd-common/src/main/java/com/yd/common/enums/CommonEnum.java
+2
-0
No files found.
yd-auth-core/src/main/java/com/yd/auth/core/service/impl/AuthServiceImpl.java
View file @
df6c8975
package
com
.
yd
.
auth
.
core
.
service
.
impl
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson
2
.JSON
;
import
com.yd.auth.core.config.LoginConfig
;
import
com.yd.auth.core.dto.AuthUserDto
;
import
com.yd.auth.core.request.LoginRequest
;
...
...
yd-auth-core/src/main/java/com/yd/auth/core/service/impl/AuthUserDetailsService.java
View file @
df6c8975
package
com
.
yd
.
auth
.
core
.
service
.
impl
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson
2
.JSON
;
import
com.yd.auth.core.dto.AuthUserDto
;
import
com.yd.common.result.Result
;
import
com.yd.user.feign.client.sysuser.ApiSysUserFeignClient
;
...
...
yd-common/pom.xml
View file @
df6c8975
...
...
@@ -30,9 +30,13 @@
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.alibaba</groupId>-->
<!-- <artifactId>fastjson</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<groupId>
com.alibaba
.fastjson2
</groupId>
<artifactId>
fastjson
2
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
yd-common/src/main/java/com/yd/common/enums/CommonEnum.java
View file @
df6c8975
...
...
@@ -86,6 +86,8 @@ public enum CommonEnum {
UID_TYPE_CSF_CLIENT_USER
(
"csf_client_user"
,
"CSF客户端用户表"
),
UID_TYPE_AGENT_TUTORING_RELATION
(
"agent_tutoring_relation"
,
"辅导关系表"
),
UID_TYPE_AGENT_REFERRAL_RELATION
(
"agent_referral_relation"
,
"推荐关系表"
),
UID_TYPE_AGENT_MANAGE_RELATION
(
"agent_manage_relation"
,
"管理关系表"
),
UID_TYPE_TEAM
(
"team"
,
"团队信息表"
),
//作用域枚举
SCOPE_SYS
(
"1"
,
"系统级(全局)"
),
...
...
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