Commit 5495a989393ec3076eaaa3082bce0ee67498cd31
1 parent
99a080da
Exists in
master
and in
4 other branches
提交
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 | 65 | } |
66 | 66 | |
67 | 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 | 73 | type GameConfig struct { | ... | ... |