mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-06 20:47:46 +00:00
fix 微信回调记录保存通道类型错误
This commit is contained in:
@@ -60,7 +60,7 @@ public class WeChatPayCallbackService {
|
|||||||
// 判断并保存回调类型
|
// 判断并保存回调类型
|
||||||
PaymentTypeEnum callbackType = this.getCallbackType();
|
PaymentTypeEnum callbackType = this.getCallbackType();
|
||||||
callbackInfo.setCallbackType(callbackType)
|
callbackInfo.setCallbackType(callbackType)
|
||||||
.setChannel(PayChannelEnum.ALI.getCode());
|
.setChannel(PayChannelEnum.WECHAT.getCode());
|
||||||
|
|
||||||
// 验证消息
|
// 验证消息
|
||||||
if (!this.verifyNotify()) {
|
if (!this.verifyNotify()) {
|
||||||
|
Reference in New Issue
Block a user