Commit 5495a989393ec3076eaaa3082bce0ee67498cd31

Authored by 陆恒
1 parent 99a080da

提交

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/HttpServer/jsonconf/jsonconf.go
@@ -65,9 +65,9 @@ type SignReward struct { @@ -65,9 +65,9 @@ type SignReward struct {
65 } 65 }
66 66
67 type SignConfigDesc struct { 67 type SignConfigDesc struct {
68 - Rule int `json:"rule"`  
69 - Round int `json:"round"`  
70 - Reward SignReward `json:"reward"` 68 + Rule int `json:"rule"`
  69 + Round int `json:"round"`
  70 + Reward []SignReward `json:"reward"`
71 } 71 }
72 72
73 type GameConfig struct { 73 type GameConfig struct {