diff --git a/business/partner/purchase/ebai/order.go b/business/partner/purchase/ebai/order.go index e542bfa55..cfb90420d 100644 --- a/business/partner/purchase/ebai/order.go +++ b/business/partner/purchase/ebai/order.go @@ -270,6 +270,7 @@ func (c *PurchaseHandler) callbackMsg2Status(msg *ebaiapi.CallbackMsg) (orderSta msgType := utils.Int64ToStr(utils.MustInterface2Int64(msg.Body["type"])) cancelType := utils.Int64ToStr(utils.MustInterface2Int64(msg.Body["cancel_type"])) orderStatus.Remark = utils.Interface2String(msg.Body["cancel_reason"]) + orderStatus.VendorStatus = msg.Cmd + "-" + msgType if additionReason := utils.Interface2String(msg.Body["addition_reason"]); additionReason != "" { orderStatus.Remark += ",额外原因:" + additionReason }