This commit is contained in:
邹宗楠
2023-05-30 16:00:48 +08:00
parent 4267423e88
commit 7d848cde39
4 changed files with 6 additions and 12 deletions

View File

@@ -85,6 +85,7 @@ func (c *DeliveryHandler) OnWaybillExcept(msg *mtpsapi.CallbackOrderExceptionMsg
}
func (c *DeliveryHandler) onWaybillMsg(msg *mtpsapi.CallbackOrderMsg) (retVal *mtpsapi.CallbackResponse) {
globals.SugarLogger.Debugf("=======msg %s", utils.Format4Output(msg, false))
order := c.callbackMsg2Waybill(msg)
// 多次取消,只处理第一次
if msg.Status == mtpsapi.OrderStatusCanceled {