编辑文件 pet_fusion_service.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-05 01:57:15 +08:00
committed by cnb
parent 2ebb2affb3
commit 0171174b1b

View File

@@ -45,7 +45,7 @@ func (s *PetFusionService) Data(p1, p2, rand uint32) uint32 {
}
t,_:=utils.RandomByIntProbs(pets, props)
return t
return uint32(t)
//说明是失败,直接返回失败
} else {