1
This commit is contained in:
@@ -630,6 +630,14 @@ func (c *PurchaseHandler) SelfDeliverDelivering(order *model.GoodsOrder, userNam
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// 呼叫骑手
|
||||
err = c.GetOrderRider(order.VendorOrgCode, order.VendorStoreID, map[string]interface{}{
|
||||
"third_carrier_order_id": order.VendorOrderID,
|
||||
"opcode": tiktokShop.TiktokLogisticsStatusCALLRIDER,
|
||||
"logistics_context": "商家呼叫骑手",
|
||||
})
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user