From c93d3b84b1607d6824609a1cdcf6d4de7fdc3226 Mon Sep 17 00:00:00 2001 From: guzeng Date: Mon, 6 Sep 2021 10:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B7=E6=B1=82=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variable.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/variable.go b/variable.go index 4b96b4f..8102aad 100644 --- a/variable.go +++ b/variable.go @@ -9,3 +9,10 @@ type OrderCreateRes struct { type OrderCancelRes struct { Success bool } + +type GetParam struct { + SiteId string + Dbname string + OrderId string + Field string +}