Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tax-sys-nacos
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
caoxiaohong
tax-sys-nacos
Commits
335b3f41
Commit
335b3f41
authored
Apr 08, 2025
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加userName字段
parent
10d81eb6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
tax-token/token-common/src/main/java/com/tax/token/thirdService/impl/GetTokenFromEleJsonTax.java
+1
-0
No files found.
tax-token/token-common/src/main/java/com/tax/token/thirdService/impl/GetTokenFromEleJsonTax.java
View file @
335b3f41
...
@@ -45,6 +45,7 @@ public class GetTokenFromEleJsonTax implements TokenThirdServiceI {
...
@@ -45,6 +45,7 @@ public class GetTokenFromEleJsonTax implements TokenThirdServiceI {
json
.
put
(
"loginInfoJson"
,
JSON
.
parse
(
tokenEntity
.
getTaxUserInfo
()));
json
.
put
(
"loginInfoJson"
,
JSON
.
parse
(
tokenEntity
.
getTaxUserInfo
()));
}
}
json
.
put
(
"loginInfoMd5"
,
StringUtil
.
transNullToEmpty
(
tokenEntity
.
getSecretMd5
()));
json
.
put
(
"loginInfoMd5"
,
StringUtil
.
transNullToEmpty
(
tokenEntity
.
getSecretMd5
()));
json
.
put
(
"userName"
,
StringUtil
.
transNullToEmpty
(
tokenEntity
.
getTaxLoginName
()));
logger
.
info
(
uuIdFlag
+
" GetTokenFromEleJsonTax taxno is "
+
taxno
+
" url is "
+
url
+
",param is "
+
json
.
toString
());
logger
.
info
(
uuIdFlag
+
" GetTokenFromEleJsonTax taxno is "
+
taxno
+
" url is "
+
url
+
",param is "
+
json
.
toString
());
ResponseContent
ret
=
HttpHelper
.
postJsonEntity
(
url
,
json
.
toString
(),
30000
,
90000
);
ResponseContent
ret
=
HttpHelper
.
postJsonEntity
(
url
,
json
.
toString
(),
30000
,
90000
);
...
...
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