Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
c165e609
Commit
c165e609
authored
Aug 12, 2021
by
terrfly
Browse files
更改取参方式;
parent
3036d5fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/WxpayTransferService.java
View file @
c165e609
...
...
@@ -67,11 +67,9 @@ public class WxpayTransferService implements ITransferService {
try
{
WxpayNormalMchParams
params
=
mchAppConfigContext
.
getNormalMchParamsByIfCode
(
getIfCode
(),
WxpayNormalMchParams
.
class
);
EntPayRequest
request
=
new
EntPayRequest
();
request
.
setMchAppid
(
params
.
getAppId
());
// 商户账号appid
request
.
setMchId
(
params
.
getMchId
());
//商户号
request
.
setMchAppid
(
mchAppConfigContext
.
getWxServiceWrapper
().
getWxPayService
().
getConfig
()
.
getAppId
());
// 商户账号appid
request
.
setMchId
(
mchAppConfigContext
.
getWxServiceWrapper
().
getWxPayService
().
getConfig
()
.
getMchId
());
//商户号
request
.
setPartnerTradeNo
(
transferOrder
.
getTransferId
());
//商户订单号
request
.
setOpenid
(
transferOrder
.
getAccountNo
());
//openid
...
...
Write
Preview
Supports
Markdown
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