This commit is contained in:
邹宗楠
2025-05-07 15:38:34 +08:00
parent 244727b927
commit 5f651caabe
3 changed files with 7 additions and 2 deletions

View File

@@ -520,6 +520,9 @@ func (c *OrderController) StaleIndexInfo() {
if err != nil {
return nil, "", err
}
if len(timeList) == 2 {
timeList[1].Add((24*60 - 1) * time.Minute)
}
ctx := params.Ctx
if !auth2.IsV2Token(ctx.GetToken()) {