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
6c3a4cb4
Commit
6c3a4cb4
authored
Jul 09, 2021
by
xiaoyu
Browse files
微信v2回调返回参数
parent
ccc0c494
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/WxpayChannelNoticeService.java
View file @
6c3a4cb4
...
@@ -125,6 +125,7 @@ public class WxpayChannelNoticeService extends AbstractChannelNoticeService {
...
@@ -125,6 +125,7 @@ public class WxpayChannelNoticeService extends AbstractChannelNoticeService {
channelResult
.
setChannelOrderId
(
result
.
getTransactionId
());
//渠道订单号
channelResult
.
setChannelOrderId
(
result
.
getTransactionId
());
//渠道订单号
channelResult
.
setChannelUserId
(
result
.
getOpenid
());
//支付用户ID
channelResult
.
setChannelUserId
(
result
.
getOpenid
());
//支付用户ID
channelResult
.
setChannelState
(
ChannelRetMsg
.
ChannelState
.
CONFIRM_SUCCESS
);
channelResult
.
setChannelState
(
ChannelRetMsg
.
ChannelState
.
CONFIRM_SUCCESS
);
channelResult
.
setResponseEntity
(
textResp
(
"SUCCESS"
));
}
else
if
(
CS
.
PAY_IF_VERSION
.
WX_V3
.
equals
(
mchAppConfigContext
.
getWxServiceWrapper
().
getApiVersion
()))
{
// V3
}
else
if
(
CS
.
PAY_IF_VERSION
.
WX_V3
.
equals
(
mchAppConfigContext
.
getWxServiceWrapper
().
getApiVersion
()))
{
// V3
// 获取回调参数
// 获取回调参数
...
...
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