This commit is contained in:
richboo111
2023-09-08 18:01:13 +08:00
parent e3e02f582d
commit 0f812893b5
2 changed files with 2 additions and 1 deletions

View File

@@ -369,6 +369,7 @@ func (c *DeliveryHandler) UpdateWaybillTip(ctx *jxcontext.Context, vendorOrgCode
// OnWaybillMsg 配送状态更改回调
func OnWaybillMsg(urlIndex string, msg interface{}) (resp *sfps2.CallbackResponse) {
globals.SugarLogger.Debugf("fdkasifq msg=%s", utils.Format4Output(msg, false))
order := GetWaybillByStatus(urlIndex, msg)
//多次取消回调只取第一次
tempStatus := utils.Str2Int(order.VendorStatus)