Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
asset-distribution
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
data-spider
asset-distribution
Commits
f4734c25
Commit
f4734c25
authored
Sep 24, 2021
by
技术部-韩成龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改参数sceneId
parent
bc7d6c8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
FilterResult.java
...distribution/service/newrule/pojo/funds/FilterResult.java
+1
-1
AuditResponce.java
...set/distribution/service/newrule/third/AuditResponce.java
+2
-2
No files found.
src/main/java/com/quantgroup/asset/distribution/service/newrule/pojo/funds/FilterResult.java
View file @
f4734c25
...
...
@@ -40,7 +40,7 @@ public class FilterResult {
put
(
"amount"
,
responce
.
getAmount
());
put
(
"term"
,
responce
.
getTerm
());
put
(
"sceneId"
,
String
.
valueOf
(
responce
.
get
Metho
d
()));
put
(
"sceneId"
,
String
.
valueOf
(
responce
.
get
SceneI
d
()));
put
(
"exData"
,
responce
.
getExData
());
put
(
"amountTermLimits"
,
responce
.
getAmountTermLimits
());
...
...
src/main/java/com/quantgroup/asset/distribution/service/newrule/third/AuditResponce.java
View file @
f4734c25
...
...
@@ -97,8 +97,8 @@ public class AuditResponce {
* 6-vcc贷中交易反欺诈审核
* ...
*/
@NotNull
(
message
=
"
metho
d不能为空"
)
private
Integer
metho
d
;
@NotNull
(
message
=
"
sceneI
d不能为空"
)
private
Integer
sceneI
d
;
private
String
isWhiteBlackListHit
;
...
...
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