fix 微信回调记录保存通道类型错误

This commit is contained in:
DaxPay
2024-07-04 17:50:56 +08:00
parent b673ebe904
commit fc1b753afe

View File

@@ -60,7 +60,7 @@ public class WeChatPayCallbackService {
// 判断并保存回调类型
PaymentTypeEnum callbackType = this.getCallbackType();
callbackInfo.setCallbackType(callbackType)
.setChannel(PayChannelEnum.ALI.getCode());
.setChannel(PayChannelEnum.WECHAT.getCode());
// 验证消息
if (!this.verifyNotify()) {