Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
d29ca458
Commit
d29ca458
authored
Jan 02, 2025
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加上送日志
parent
c5c3d98a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
HygfIcbcServiceImpl.java
...oot/module/hygf/biz/service/impl/HygfIcbcServiceImpl.java
+6
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/HygfIcbcServiceImpl.java
View file @
d29ca458
...
...
@@ -191,6 +191,12 @@ public class HygfIcbcServiceImpl extends BaseService<HygfIcbcRecordDTO, HygfIcbc
request
.
setBizContent
(
bizContent
);
// 调用工行 SDK,生成自动提交表单,将用户跳转到收方入驻页面
log
.
info
(
"聚富通委托代扣签约同步开户页面接口V1, 入参 => {}"
,
JSON
.
toJSONString
(
request
));
//添加上送日志存储
HygfIcbcRequest
hygfIcbcRequest
=
new
HygfIcbcRequest
();
hygfIcbcRequest
.
setPhase
(
"请求"
);
hygfIcbcRequest
.
setContent
(
JSONObject
.
toJSONString
(
request
));
hygfIcbcRequest
.
setRecDate
(
new
Date
());
hygfIcbcRequestMapper
.
insert
(
hygfIcbcRequest
);
String
form
=
client
.
buildPostForm
(
request
);
log
.
info
(
"聚富通委托代扣签约同步开户页面接口V1, 响应 => {}"
,
form
);
resp
.
setHeader
(
"Content-Type"
,
"text/html;charset="
+
IcbcConstants
.
CHARSET_UTF8
);
...
...
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