From 639c701dec69235545c24b439fd9e331e0a82be2 Mon Sep 17 00:00:00 2001 From: guzeng Date: Tue, 7 Sep 2021 18:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variable.go | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.go b/variable.go index ac6338e..d43b5ee 100644 --- a/variable.go +++ b/variable.go @@ -12,6 +12,7 @@ type GetUuidParam struct { SiteId string `json:"site_id"` Dbname string `json:"database"` Uuid string `json:"uuid"` + Field string `json:"field"` } type BoolRet struct { Value bool `json:"value"`