Commit f63e556c78141c61235b37cf7ede9359095c8066

Authored by 陆恒
1 parent 55ac35a1
Exists in master

提交

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -208,7 +208,6 @@ func (u *UserData) CalcRandRedBagNum() float32 {
208 208 addnum = float32(rand.Intn(10)) / 100
209 209 }
210 210  
211   - addnum = 500
212 211 return addnum
213 212  
214 213 }
... ...