This commit is contained in:
邹宗楠
2022-05-19 13:41:20 +08:00
parent 5b1c033838
commit 67030bab69

View File

@@ -92,10 +92,12 @@ func GetOrderRiderInfoToPlatform(orderId string) {
switch riderInfo.LogisticsStatus {
case 20: //配送中
riderInfo.LogisticsStatus = 20
case 110: // 完成
case 110, 105: // 完成
riderInfo.LogisticsStatus = 40
case 115: // 取消
riderInfo.LogisticsStatus = 100
default:
continue
}
// 目前只推送美团骑手信息
switch v.VendorID {