diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index f978b70..3bc96eb 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -61,9 +61,9 @@ type SignReward struct { } type SignConfigDesc struct { - Rule int `json:"rule"` - Round int `json:"round"` - Reward SignReward `json:"reward"` + Rule int `json:"rule"` + Round int `json:"round"` + Reward []SignReward `json:"reward"` } type GameConfig struct { -- libgit2 0.21.0