Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
3f407358
Commit
3f407358
authored
May 12, 2020
by
黄森林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单宽融合修改
parent
91ec8ab6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
apply-net/src/main/java/com/winsun/controller/DankuanController.java
+2
-2
apply-net/src/main/java/com/winsun/controller/RongHeController.java
+3
-3
No files found.
apply-net/src/main/java/com/winsun/controller/DankuanController.java
View file @
3f407358
...
...
@@ -451,13 +451,13 @@ public class DankuanController {
if
(
Constant
.
Payment1
.
equals
(
ipay
))
{
//支付成功回调的页面
// String MERCHANTURL = Constant.TOMCATURL + "/dankuan/toPaymentSuccessPage?id=" + userId +"orderId="+id;
String
MERCHANTURL
=
"http
s://www.baidu.com"
;
String
MERCHANTURL
=
"http
://hhrcode.winsun-aly.com/#/hhr/dkSuccessful?id="
+
userId
+
"&"
+
"orderId="
+
id
;
map
.
put
(
"MERCHANTURL"
,
MERCHANTURL
);
}
//单宽回调后端接口地址
// map.put("BACKDROPURL", Constant.TOMCATURL + "/dankuan/toSubmisOrderPreser");
map
.
put
(
"BACKDROPURL"
,
"http://
167460x6b0.51mypc.cn
/ciop/dankuan/toSubmisOrderPreser.do"
);
map
.
put
(
"BACKDROPURL"
,
"http://
hhrcode.winsun-aly.com
/ciop/dankuan/toSubmisOrderPreser.do"
);
String
str
=
"ORDERSEQ="
+
orderView
.
getOrderSeq
()
+
"&ORDERDATE="
+
ft
.
format
(
orderdate
)
+
"&ORDERAMOUNT="
+
orderView
.
getWebOrderAmount
()
+
"&KEY="
+
Constant
.
KEY
;
//商户标识
...
...
apply-net/src/main/java/com/winsun/controller/RongHeController.java
View file @
3f407358
...
...
@@ -327,12 +327,12 @@ public class RongHeController {
//支付成功回调的页面
/* String MERCHANTURL = Constant.TOMCATURL + "/dankuan/toSubmisOrderPreser?id=" + userId +"orderId="+id;*/
/* String MERCHANTURL = "http://167460x6b0.51mypc.cn/ciop/rongHe/toSubmisOrderPreser?id=" + userId +"orderId="+id;*/
String
MERCHANTURL
=
"
www.baidu.com"
;
map
.
put
(
"MERCHANTURL"
,
MERCHANTURL
);
String
MERCHANTURL
=
"
http://hhrcode.winsun-aly.com/#/hhr/dkSuccessful?id="
+
userId
+
"&"
+
"orderId="
+
id
;
map
.
put
(
"MERCHANTURL"
,
MERCHANTURL
);
}
//单宽回调后端接口地址
// map.put("BACKDROPURL", Constant.TOMCATURL + "/dankuan/toSubmisOrderPreser");
map
.
put
(
"BACKDROPURL"
,
"http://
167460x6b0.51mypc.cn
/ciop/rongHe/toSubmisOrderPreser.do"
);
map
.
put
(
"BACKDROPURL"
,
"http://
hhrcode.winsun-aly.com
/ciop/rongHe/toSubmisOrderPreser.do"
);
String
str
=
"ORDERSEQ="
+
orderView
.
getOrderSeq
()
+
"&ORDERDATE="
+
ft
.
format
(
orderdate
)
+
"&ORDERAMOUNT="
+
orderView
.
getWebOrderAmount
()
+
"&KEY="
+
Constant
.
KEY
;
//商户标识
//* 将值转换为大写 *//*
...
...
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