Commit 5b3fcc48924924ed3cd65cfe0404fb93f83dc213
1 parent
58880009
Exists in
master
提交
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
src/HttpServer/logic/logic.go
| @@ -33,11 +33,6 @@ func MyInit() { | @@ -33,11 +33,6 @@ func MyInit() { | ||
| 33 | NewCaiPiaoRound(0, 150, 150, 1) | 33 | NewCaiPiaoRound(0, 150, 150, 1) |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | - for i := 0; i < 200000; i++ { | ||
| 37 | - randnum := rand.Intn(240) + 1 | ||
| 38 | - SetCaiPiaoFake(randnum, i) | ||
| 39 | - } | ||
| 40 | - | ||
| 41 | } | 36 | } |
| 42 | 37 | ||
| 43 | func SetHeader(w http.ResponseWriter) { | 38 | func SetHeader(w http.ResponseWriter) { |