Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
fab8e3dc7a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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