Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kaoshi-java
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
单欣鑫
kaoshi-java
Commits
a8ceef2c
Commit
a8ceef2c
authored
Sep 16, 2025
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.支付宝回调地址更改
parent
d6df6341
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AlipayService.java
...c/main/java/com/ruoyi/hezhi/api/entity/AlipayService.java
+2
-2
No files found.
ruoyi-admin/src/main/java/com/ruoyi/hezhi/api/entity/AlipayService.java
View file @
a8ceef2c
...
@@ -115,11 +115,11 @@ public class AlipayService {
...
@@ -115,11 +115,11 @@ public class AlipayService {
model
.
setTotalAmount
(
realPay
.
toString
());
// 设置订单总金额
model
.
setTotalAmount
(
realPay
.
toString
());
// 设置订单总金额
model
.
setSubject
(
description
);
// 设置订单标题
model
.
setSubject
(
description
);
// 设置订单标题
model
.
setProductCode
(
"QUICK_WAP_WAY"
);
// 设置产品码
model
.
setProductCode
(
"QUICK_WAP_WAY"
);
// 设置产品码
model
.
setQuitUrl
(
"https://h5.chsie.com.cn/#/subPages/
examDetailsIndex/examDetailsIndex?examNoticeId="
+
examId
);
model
.
setQuitUrl
(
"https://h5.chsie.com.cn/#/subPages/
myExam/myExam"
);
request
.
setBizModel
(
model
);
request
.
setBizModel
(
model
);
request
.
setNotifyUrl
(
aliPayConfig
.
getNotifyUrl
()
+
"/api/pay/aliPayBoilerNotify"
);
request
.
setNotifyUrl
(
aliPayConfig
.
getNotifyUrl
()
+
"/api/pay/aliPayBoilerNotify"
);
request
.
setReturnUrl
(
"https://h5.chsie.com.cn/#/subPages/
examDetailsIndex/examDetailsIndex?examNoticeId="
+
examId
);
request
.
setReturnUrl
(
"https://h5.chsie.com.cn/#/subPages/
myExam/myExam"
);
AlipayTradeWapPayResponse
response
=
alipayClient
.
pageExecute
(
request
,
"POST"
);
AlipayTradeWapPayResponse
response
=
alipayClient
.
pageExecute
(
request
,
"POST"
);
// 如果需要返回GET请求,请使用
// 如果需要返回GET请求,请使用
...
...
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