|
@@ -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
|