Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baihang-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
data-spider
baihang-report
Commits
afff4549
Commit
afff4549
authored
Jan 22, 2020
by
郝彦辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手动报送工具优化。
parent
9ffe7c04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ManualToolService.java
...antgroup/report/service/manualTool/ManualToolService.java
+2
-2
No files found.
src/main/java/cn/quantgroup/report/service/manualTool/ManualToolService.java
View file @
afff4549
...
@@ -132,13 +132,13 @@ public class ManualToolService implements CommonSuperService {
...
@@ -132,13 +132,13 @@ public class ManualToolService implements CommonSuperService {
return
new
GlobalResponse
(
"1012"
,
"参数错误"
);
return
new
GlobalResponse
(
"1012"
,
"参数错误"
);
}
}
//不是127.0.0.1时,p4不能为空
//不是127.0.0.1时,p4不能为空
if
(
MD5Util
.
verify48Md5
(
p1
,
P1_48MD5_01
))
{
//
if (MD5Util.verify48Md5(p1, P1_48MD5_01)) {
if
(
StringUtils
.
isBlank
(
p4
))
{
if
(
StringUtils
.
isBlank
(
p4
))
{
return
new
GlobalResponse
(
"1012"
,
"参数错误"
);
return
new
GlobalResponse
(
"1012"
,
"参数错误"
);
}
else
{
}
else
{
p4
=
AesCrypto
.
decrypt
(
Base64
.
decode
(
p4
.
trim
()),
aes_key
).
trim
();
p4
=
AesCrypto
.
decrypt
(
Base64
.
decode
(
p4
.
trim
()),
aes_key
).
trim
();
}
}
}
//
}
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
log
.
error
(
"参数解析错误."
);
log
.
error
(
"参数解析错误."
);
return
new
GlobalResponse
(
"1012"
,
"参数错误"
);
return
new
GlobalResponse
(
"1012"
,
"参数错误"
);
...
...
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