mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-03 11:06:46 +00:00
fix 微信回调记录保存通道类型错误
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user