sfps callback

This commit is contained in:
richboo111
2023-06-01 17:31:46 +08:00
parent 6d59ff9207
commit fa0d96cafd

View File

@@ -154,7 +154,7 @@ func (d DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee i
}
delivery.OnWaybillCreated(bill)
//todo 模拟新运单回调
OnWaybillMsg(sfps2.UrlIndexRiderStatus, &sfps2.RiderStatus{
OnWaybillMsg(sfps2.UrlIndexRiderStatus, sfps2.RiderStatus{
ShopId: utils.Str2Float64(sfps2.SFShopStoreID),
SFOrderID: sfOrderID,
ShopOrderID: order.VendorOrderID,