GITLAB
陆恒
/ HappyCat
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f63e556c78141c61235b37cf7ede9359095c8066
Authored by
陆恒
2020-06-29 16:24:52 +0800
1 parent
55ac35a1
Exists in
master
提交
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
Side-by-side Diff
Inline Diff
src/HttpServer/logic/function.go
Wrap text
Diff comments
View file @
f63e556
...
...
@@ -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
}
...
...