Commit 194c2be2fd0665080f5afd3268888a3c27465353
1 parent
5495a989
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/jsonconf/jsonconf.go
@@ -60,8 +60,8 @@ type SignRewardR struct { | @@ -60,8 +60,8 @@ type SignRewardR struct { | ||
60 | } | 60 | } |
61 | 61 | ||
62 | type SignReward struct { | 62 | type SignReward struct { |
63 | - Reward1 []SignRewardR | ||
64 | - Reward2 []SignRewardR | 63 | + Reward1 []SignRewardR `json:"reward1"` |
64 | + Reward2 []SignRewardR `json:"reward2"` | ||
65 | } | 65 | } |
66 | 66 | ||
67 | type SignConfigDesc struct { | 67 | type SignConfigDesc struct { |