From 60bf7a250dff7da16825c5dda26534adcffb74f1 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 24 Jun 2020 11:11:51 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/datadef.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/datadef.go b/src/HttpServer/logic/datadef.go index 63a41a3..9744c36 100644 --- a/src/HttpServer/logic/datadef.go +++ b/src/HttpServer/logic/datadef.go @@ -384,7 +384,7 @@ type RecvRedCatResp struct { } type LimitCatListData struct { - CatId int `json:"catId"` + CatId int `json:"cat"` Cash float32 `json:"cash"` Status int `json:"status"` Date string `json:"date"` -- libgit2 0.21.0