Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-support-rlwx
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
rl
hls-support-rlwx
Commits
51e30f4b
Commit
51e30f4b
authored
Apr 24, 2022
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取支付二维码接口代码调整
parent
b846c240
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
HclcCmbPolyServiceImpl.java
...com/hand/app/cmb/service/impl/HclcCmbPolyServiceImpl.java
+2
-1
No files found.
core/src/main/java/com/hand/app/cmb/service/impl/HclcCmbPolyServiceImpl.java
View file @
51e30f4b
...
@@ -257,7 +257,8 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService {
...
@@ -257,7 +257,8 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService {
bizContent
=
JSONObject
.
parseObject
(
response
.
get
(
"biz_content"
).
toString
());
bizContent
=
JSONObject
.
parseObject
(
response
.
get
(
"biz_content"
).
toString
());
result
.
put
(
Constants
.
RESP_CODE
,
response
.
get
(
"returnCode"
));
result
.
put
(
Constants
.
RESP_CODE
,
response
.
get
(
"returnCode"
));
result
.
put
(
Constants
.
RESP_MSG
,
"请求成功"
);
result
.
put
(
Constants
.
RESP_MSG
,
"请求成功"
);
result
.
put
(
"qrcode"
,
bizContent
.
getString
(
"qrCode"
));
//测试环境处理,生产需要还原
result
.
put
(
"qrcode"
,
bizContent
.
getString
(
"qrCode"
).
replace
(
"https://qr.95516.com/"
,
"http://payment-uat.cs.cmburl.cn/"
));
result
.
put
(
"cmborderid"
,
bizContent
.
getString
(
"cmbOrderId"
));
result
.
put
(
"cmborderid"
,
bizContent
.
getString
(
"cmbOrderId"
));
result
.
put
(
"txnTime"
,
bizContent
.
getString
(
"txnTime"
));
result
.
put
(
"txnTime"
,
bizContent
.
getString
(
"txnTime"
));
}
}
...
...
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