Commit aa41a8c53bca8fcfc0315e71377f472b0962f83b
1 parent
b5188196
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
... | ... | @@ -61,9 +61,9 @@ type SignReward struct { |
61 | 61 | } |
62 | 62 | |
63 | 63 | type SignConfigDesc struct { |
64 | - Rule int `json:"rule"` | |
65 | - Round int `json:"round"` | |
66 | - Reward SignReward `json:"reward"` | |
64 | + Rule int `json:"rule"` | |
65 | + Round int `json:"round"` | |
66 | + Reward []SignReward `json:"reward"` | |
67 | 67 | } |
68 | 68 | |
69 | 69 | type GameConfig struct { | ... | ... |