From fb082bf4ef053b91e769a1ab5752aedf766288e2 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 12 Jun 2020 11:46:24 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/datadef.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HttpServer/logic/datadef.go b/src/HttpServer/logic/datadef.go index 22e8db9..512a04f 100644 --- a/src/HttpServer/logic/datadef.go +++ b/src/HttpServer/logic/datadef.go @@ -545,8 +545,8 @@ type StartOnlineTaskResp struct { } type GetOfflineRewardReq struct { - Reward int `json:"reward"` - Optype int `json:"type"` + Reward string `json:"reward"` + Optype int `json:"type"` } type GetOfflineRewardData struct { } -- libgit2 0.21.0