xingzai 1 yıl önce
ebeveyn
işleme
fab8e3dc7a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      controllers/wechat.go

+ 1 - 1
controllers/wechat.go

@@ -488,7 +488,7 @@ func (this *WechatCommonController) WxpayRefundsNotify() {
 	go models.AddCygxShanghaiCompanyLog(item)
 	itemNotify := services.WxDecodeNotify(body)
 	if itemNotify.OutTradeNo != "" {
-		//go services.HandleOrderRefundHandle(itemNotify)
+		go services.HandleOrderRefundHandle(itemNotify)
 	}
 	br.Data = itemNotify
 	br.Ret = 200