From 754640a778b2b2af2b0ce706dc7e324b4080d52f Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 15 May 2020 14:08:48 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/jsonconf/jsonconf.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index 3bc96eb..eac6562 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -55,9 +55,12 @@ type SignRewardDetail struct { Num int `json:"num"` } +type SignRewardR struct { + RewardR []SignRewardDetail +} + type SignReward struct { - Reward1 []SignRewardDetail - Reward2 []SignRewardDetail + Reward1 []SignRewardR } type SignConfigDesc struct { -- libgit2 0.21.0