1
This commit is contained in:
@@ -83,12 +83,16 @@ func GetOrderRiderInfoToPlatform(orderId string) {
|
||||
switch riderInfo.LogisticsStatus {
|
||||
case 20: //配送中
|
||||
riderInfo.LogisticsStatus = 20
|
||||
riderInfo.LogisticsContext = `正在配送中`
|
||||
case 110: // 完成
|
||||
riderInfo.LogisticsStatus = 40
|
||||
riderInfo.LogisticsContext = `配送完成`
|
||||
case 105: // 完成
|
||||
riderInfo.LogisticsStatus = 40
|
||||
riderInfo.LogisticsContext = `被取消`
|
||||
case 115: // 取消
|
||||
riderInfo.LogisticsStatus = 100
|
||||
riderInfo.LogisticsContext = `被取消`
|
||||
default:
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user