From 1bc6ae983d15e429aea1947c98e8e85c1ff4034d Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 17 Jun 2020 14:04:20 +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 94faed2..d5e1d2c 100644 --- a/src/HttpServer/logic/datadef.go +++ b/src/HttpServer/logic/datadef.go @@ -15,8 +15,8 @@ type TestAddCatResp struct { } type ChangeCoinReq struct { - Type int `json:"type"` - Coin string `json:"coin"` + Type int `json:"type"` + Coin int64 `json:"coin"` } type ChangeCoinData struct { -- libgit2 0.21.0