1
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user