Merge branch 'dev-lwl/finxxx' into test

This commit is contained in:
lwl0608 2024-12-18 21:42:52 +08:00
commit c36d726535
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func (p *Share) GetZoneShareUrl(ctx *gin.Context) (string, error) {
if len(list) == 1 {
return list[0].Url, nil
}
doc := list[rand.Intn(len(list))-1]
doc := list[rand.Intn(len(list))]
retUrl := doc.Url
err1 := p.store.IncShareUrlUseCnt(ctx, retUrl)
if err1 != nil {