1
This commit is contained in:
@@ -188,7 +188,7 @@ func PullTiktokRiderInfo(riderInfo *mtpsapi.RiderInfo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if riderInfo.LogisticsStatus != 22 && riderInfo.LogisticsStatus != 120 && riderInfo.LogisticsStatus != 0 {
|
if riderInfo.LogisticsStatus != 22 && riderInfo.LogisticsStatus != 120 && riderInfo.LogisticsStatus != 0 {
|
||||||
riderInfo.LogisticsContext += fmt.Sprintf("[%s:%s]", riderInfo.CourierName, riderInfo.CourierPhone)
|
riderInfo.LogisticsContext += fmt.Sprintf(riderInfo.LogisticsContext, riderInfo.CourierName, riderInfo.CourierPhone)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 呼叫骑手的时候推送发货
|
// 呼叫骑手的时候推送发货
|
||||||
|
|||||||
Reference in New Issue
Block a user