编辑文件 pet_fusion_service.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -45,7 +45,7 @@ func (s *PetFusionService) Data(p1, p2, rand uint32) uint32 {
|
||||
|
||||
}
|
||||
t,_:=utils.RandomByIntProbs(pets, props)
|
||||
return t
|
||||
return uint32(t)
|
||||
//说明是失败,直接返回失败
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user