Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
windows
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
zhanhai
windows
Commits
631771fb
Commit
631771fb
authored
Oct 24, 2023
by
BlackJokerCJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
52ebbd99
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
CreditThirdDataJob.java
src/main/java/com/jqtx/windows/job/CreditThirdDataJob.java
+1
-1
AbcHttpClient.java
src/main/java/com/jqtx/windows/utils/AbcHttpClient.java
+1
-1
generatorConfig.xml
src/main/resources/mybatis/generatorConfig.xml
+1
-5
No files found.
src/main/java/com/jqtx/windows/job/CreditThirdDataJob.java
View file @
631771fb
...
@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
...
@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
public
class
CreditThirdDataJob
{
public
class
CreditThirdDataJob
{
@Autowired
@Autowired
private
AbcHttpClient
abcHttpClient
;
private
AbcHttpClient
abcHttpClient
;
@XxlJob
(
"
privacyTask
"
)
@XxlJob
(
"
creditThirdDataJob
"
)
public
void
run
(){
public
void
run
(){
}
}
...
...
src/main/java/com/jqtx/windows/utils/AbcHttpClient.java
View file @
631771fb
...
@@ -116,7 +116,7 @@ public class AbcHttpClient {
...
@@ -116,7 +116,7 @@ public class AbcHttpClient {
private
static
String
send
(
String
param
,
String
url
,
String
ypdPublicKey
,
String
privateKey
)
throws
Exception
{
private
static
String
send
(
String
param
,
String
url
,
String
ypdPublicKey
,
String
privateKey
)
throws
Exception
{
ZyHttpBaseRquest
zyHttpBaseRquest
=
new
ZyHttpBaseRquest
();
ZyHttpBaseRquest
zyHttpBaseRquest
=
new
ZyHttpBaseRquest
();
zyHttpBaseRquest
.
setClientId
(
"yingyxh_danbao_test"
);
zyHttpBaseRquest
.
setClientId
(
"yingyxh_danbao_test"
);
zyHttpBaseRquest
.
setServiceId
(
"externalData
Appl
y"
);
zyHttpBaseRquest
.
setServiceId
(
"externalData
Quer
y"
);
zyHttpBaseRquest
.
setSegNo
(
UUID
.
fastUUID
().
toString
());
zyHttpBaseRquest
.
setSegNo
(
UUID
.
fastUUID
().
toString
());
zyHttpBaseRquest
.
setTransDateTime
(
DateUtil
.
now
());
zyHttpBaseRquest
.
setTransDateTime
(
DateUtil
.
now
());
...
...
src/main/resources/mybatis/generatorConfig.xml
View file @
631771fb
...
@@ -49,11 +49,7 @@
...
@@ -49,11 +49,7 @@
<property
name=
"enableSubPackages"
value=
"false"
/>
<property
name=
"enableSubPackages"
value=
"false"
/>
</javaClientGenerator>
</javaClientGenerator>
<!-- 指定数据库表 -->
<!-- 指定数据库表 -->
<table
schema=
"windows"
tableName=
"windows_backed_detail"
></table>
<table
schema=
"windows"
tableName=
"windows_credit"
></table>
<table
schema=
"windows"
tableName=
"windows_credit"
></table>
<table
schema=
"windows"
tableName=
"windows_credit_result"
></table>
<table
schema=
"windows"
tableName=
"windows_loan"
></table>
<table
schema=
"windows"
tableName=
"windows_plan"
></table>
<table
schema=
"windows"
tableName=
"windows_repay"
></table>
</context>
</context>
</generatorConfiguration>
</generatorConfiguration>
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