diff --git a/kernel/api/block.go b/kernel/api/block.go index 45e163730..d7d7bedbb 100644 --- a/kernel/api/block.go +++ b/kernel/api/block.go @@ -667,7 +667,7 @@ func getBlockInfo(c *gin.Context) { return } else if errors.Is(err, model.ErrBoxUnindexed) { ret.Code = -1 - ret.Msg = "" + ret.Msg = "" // 加载的时候已经推送过提示了,这里不需要再提示 return }