From 1950100d6d1388c35bf6eaf1e838ce392ec59993 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 15 May 2020 14:32:47 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/jsonconf/jsonconf.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index c30f345..89d29a2 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -55,13 +55,9 @@ type SignRewardDetail struct { Num int `json:"num"` } -type SignRewardR struct { - RewardR []SignRewardDetail -} - type SignReward struct { - Reward1 SignRewardR `json:"reward1"` - Reward2 SignRewardR `json:"reward2"` + Reward1 []SignRewardDetail `json:"reward1"` + Reward2 []SignRewardDetail `json:"reward2"` } type SignConfigDesc struct { -- libgit2 0.21.0