新版本,代理功能上线
This commit is contained in:
		| @@ -25,7 +25,7 @@ func NewWechatPayRefundCallbackLogic(ctx context.Context, svcCtx *svc.ServiceCon | ||||
| func (l *WechatPayRefundCallbackLogic) WechatPayRefundCallback(w http.ResponseWriter, r *http.Request) error { | ||||
| 	notification, err := l.svcCtx.WechatPayService.HandleRefundNotification(l.ctx, r) | ||||
| 	if err != nil { | ||||
| 		logx.Errorf("微信退款回调,%+v", err) | ||||
| 		logx.Errorf("微信退款回调,%v", err) | ||||
| 		return nil | ||||
| 	} | ||||
| 	order, findOrderErr := l.svcCtx.OrderModel.FindOneByOrderNo(l.ctx, *notification.OutTradeNo) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user