Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform
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
周健威
rs-cloud-platform
Commits
69a0378d
Commit
69a0378d
authored
Dec 24, 2020
by
unset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加订单商品信息
parent
0ea0bdb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
WXPay.java
...va/com/upyuns/platform/rs/universal/weixin/api/WXPay.java
+3
-3
No files found.
rs-universal/rs-universal-api/src/main/java/com/upyuns/platform/rs/universal/weixin/api/WXPay.java
View file @
69a0378d
...
@@ -311,13 +311,13 @@ public class WXPay {
...
@@ -311,13 +311,13 @@ public class WXPay {
prePay
.
setBody
(
body
);
prePay
.
setBody
(
body
);
prePay
.
setPartnerKey
(
SystemConfig
.
WINXIN_PARTNER_KEY
);
//pay.getPartnerKey()
prePay
.
setPartnerKey
(
SystemConfig
.
WINXIN_PARTNER_KEY
);
//pay.getPartnerKey()
prePay
.
setMch_id
(
SystemConfig
.
WINXIN_PARTNER
);
//pay.getPartnerId()
prePay
.
setMch_id
(
SystemConfig
.
WINXIN_PARTNER
);
//pay.getPartnerId()
prePay
.
setNotify_url
(
"https://"
+
SystemConfig
.
weixinHost
+
"/icircle/activity/notice.do"
);
prePay
.
setNotify_url
(
notify_url
);
prePay
.
setOut_trade_no
(
orderNo
);
prePay
.
setOut_trade_no
(
orderNo
);
prePay
.
setSpbill_create_ip
(
spbill_create_ip
);
//"123.12.12.123"
prePay
.
setSpbill_create_ip
(
spbill_create_ip
);
//"123.12.12.123"
prePay
.
setTotal_fee
(
amount
);
prePay
.
setTotal_fee
(
amount
);
prePay
.
setTrade_type
(
"
MWEB
"
);
prePay
.
setTrade_type
(
"
NATIVE
"
);
log
.
error
(
"getH5PayParam->payOrderDto:{},appId:{},mchId:{},partnerKey:{},subMchId:{}"
,
log
.
error
(
"getH5PayParam->payOrderDto:{},appId:{},mchId:{},partnerKey:{},subMchId:{}"
,
prePay
.
getAppid
(),
prePay
.
getMch_id
(),
prePay
,
SystemConfig
.
WINXIN_AppID
);
prePay
,
prePay
.
getAppid
(),
prePay
.
getMch_id
(),
prePay
.
getPartnerKey
(),
SystemConfig
.
WINXIN_PARTNER
);
String
xmlStr
=
prePay
.
getPackage
();
String
xmlStr
=
prePay
.
getPackage
();
log
.
error
(
"xmlStr====="
+
xmlStr
);
log
.
error
(
"xmlStr====="
+
xmlStr
);
...
...
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