|
@@ -472,7 +472,10 @@ func (this *WechatCommonController) WxpayNotify() {
|
|
|
|
|
|
if itemNotify.OutTradeNo != "" {
|
|
if itemNotify.OutTradeNo != "" {
|
|
go services.HandleOrderByWechatPay(itemNotify)
|
|
go services.HandleOrderByWechatPay(itemNotify)
|
|
|
|
+ item.Url = itemNotify.OutTradeNo // 记录一下同一笔订单微信推送了几次
|
|
|
|
+ go models.AddCygxShanghaiCompanyLog(item)
|
|
}
|
|
}
|
|
|
|
+
|
|
resp.Code = "SUCCESS"
|
|
resp.Code = "SUCCESS"
|
|
br.Data = resp
|
|
br.Data = resp
|
|
br.Ret = 200
|
|
br.Ret = 200
|