Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-support-rlwx
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
rl
hls-support-rlwx
Commits
4af0a560
Commit
4af0a560
authored
Aug 12, 2021
by
Sora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]中登网开发 优化代码
parent
61fee2ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ZdwWsRequestsController.java
...pp/zhongDengWang/controllers/ZdwWsRequestsController.java
+2
-2
ZdwWsRequestsServiceImpl.java
.../zhongDengWang/service/impl/ZdwWsRequestsServiceImpl.java
+2
-1
No files found.
core/src/main/java/com/hand/app/zhongDengWang/controllers/ZdwWsRequestsController.java
View file @
4af0a560
/*
*
/*
* Copyright (C), 2018-2021
* FileName: ZdwWsRequestsController
* Author: lsy
...
...
@@ -24,7 +24,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/*
/*
*
* 〈〉
*
* @author 27214
...
...
core/src/main/java/com/hand/app/zhongDengWang/service/impl/ZdwWsRequestsServiceImpl.java
View file @
4af0a560
...
...
@@ -170,6 +170,7 @@ public class ZdwWsRequestsServiceImpl implements IZdwWsRequestsService {
resultJson
.
put
(
"info"
,
resData
);
hlsWsRequests
.
setReturnStatus
(
"S"
);
hlsWsRequests
.
setResponseClob
(
resData
);
hlsWsRequests
.
setResponsedDate
(
new
Date
());
}
public
JSONObject
registerInit
(
String
registerTypeBz
,
String
platformAuthCode
,
String
loginToken
,
String
xmlFileName
,
String
xmlFileContent
,
Long
lineId
)
{
...
...
@@ -368,7 +369,7 @@ public class ZdwWsRequestsServiceImpl implements IZdwWsRequestsService {
}
else
{
returns
=
"<feedback>\n<registertype>LR</registertype>\n<registerresult>001</registerresult>\n<registernumber>I0000001</registernumber>\n<authorizationcode>A0000001</authorizationcode>\n<errors>\n<error>\n"
+
resultJson
.
getString
(
"info"
)
+
"</error>\n</errors>\n</feedback>\n"
;
}
System
.
out
.
println
(
"dddd"
+
new
String
(
returns
)
);
System
.
out
.
println
(
"dddd"
+
returns
);
/*解析接口返回结果*/
org
.
json
.
JSONObject
returnJson
;
...
...
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