售后单

This commit is contained in:
苏尹岚
2020-09-21 17:49:39 +08:00
parent 1c4828e4c7
commit c586ee6f9b
2 changed files with 8 additions and 0 deletions

View File

@@ -1492,6 +1492,7 @@ func (s *DefScheduler) notifyOrderCanceled(order *model.GoodsOrder) {
order = setFakeActualPayPrice(order)
weixinmsg.NotifyOrderCanceled(order)
smsmsg.NotifyOrderCanceled(order)
push.NotifyOrderCanceled(order)
})
}
}