This commit is contained in:
richboo111
2023-05-23 09:36:17 +08:00
parent d72d5dc75d
commit 0d41d6e46b
9 changed files with 466 additions and 21 deletions

View File

@@ -130,8 +130,6 @@ func AutoSettingFakeDelivery() {
return
}
}
globals.SugarLogger.Debug("==========%s,%d", riderKey, len(riderListInfo[riderKey]))
globals.SugarLogger.Debug("==========%s", utils.Format4Output(riderListInfo[riderKey], false))
randNumber, _ := rand.Int(rand.Reader, big.NewInt(int64(len(riderListInfo[riderKey]))))
randTime := randNumber.Int64()
if randTime < 0 {