Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cash-loan-flow-boss
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
cash-loan-flow-boss
Commits
b22b4240
Commit
b22b4240
authored
Jan 06, 2020
by
shangying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进件bug修复
parent
6d84ffb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ApplyLoanServiceImpl.java
...s/api/oneclickdata/service/impl/ApplyLoanServiceImpl.java
+3
-3
No files found.
src/main/java/cn/quantgroup/cashloanflowboss/api/oneclickdata/service/impl/ApplyLoanServiceImpl.java
View file @
b22b4240
...
@@ -75,7 +75,7 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
...
@@ -75,7 +75,7 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
// result= defautApply();
// result= defautApply();
// }
// }
String
getDecryption
=
AESUtil
.
decryptAfterBase64Decode
(
result
.
get
(
"context"
).
toString
(),
aesKeywy
);
String
getDecryption
=
AESUtil
.
decryptAfterBase64Decode
(
result
.
get
(
"context"
).
toString
(),
aesKeywy
);
log
.
info
(
"解密的getDecryption的结果={}"
+
getDecryption
);
log
.
info
(
"解密的getDecryption的结果={}"
,
getDecryption
);
JSONObject
getDecryptionResult
=
(
JSONObject
)
JSONObject
.
parse
(
getDecryption
);
JSONObject
getDecryptionResult
=
(
JSONObject
)
JSONObject
.
parse
(
getDecryption
);
log
.
info
(
"打印一下getDecryptionResult={}"
,
getDecryptionResult
.
get
(
"bizData"
));
log
.
info
(
"打印一下getDecryptionResult={}"
,
getDecryptionResult
.
get
(
"bizData"
));
JSONObject
bizData
=
(
JSONObject
)
JSONObject
.
parse
(
getDecryptionResult
.
get
(
"bizData"
).
toString
());
JSONObject
bizData
=
(
JSONObject
)
JSONObject
.
parse
(
getDecryptionResult
.
get
(
"bizData"
).
toString
());
...
@@ -567,7 +567,7 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
...
@@ -567,7 +567,7 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
ArrayList
listPara1
=
new
ArrayList
();
ArrayList
listPara1
=
new
ArrayList
();
listPara1
.
add
(
0
,
para7
);
listPara1
.
add
(
0
,
para7
);
paras
.
put
(
"creditList"
,
listPara1
);
paras
.
put
(
"creditList"
,
listPara1
);
return
null
;
return
paras
;
}
}
@Override
@Override
...
@@ -644,7 +644,7 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
...
@@ -644,7 +644,7 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
ArrayList
listPara1
=
new
ArrayList
();
ArrayList
listPara1
=
new
ArrayList
();
listPara1
.
add
(
0
,
para7
);
listPara1
.
add
(
0
,
para7
);
paras
.
put
(
"creditList"
,
listPara1
);
paras
.
put
(
"creditList"
,
listPara1
);
return
null
;
return
paras
;
}
}
@Override
@Override
...
...
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