From ed4e5ee0abc32afee3e15c483072f06b69b33ba3 Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 29 Dec 2022 11:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=9E=E8=B0=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otosaas/callback.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otosaas/callback.go b/otosaas/callback.go index bb68a2e..214f334 100644 --- a/otosaas/callback.go +++ b/otosaas/callback.go @@ -9,7 +9,7 @@ type callback struct { } // OtoSaas @Title 海旅回调 -func (c *category) OtoSaas(ctx context.Context, args string) (reply string, err error) { +func (c *callback) OtoSaas(ctx context.Context, args string) (reply string, err error) { xClient, err := client.GetClient(c) if err != nil { return @@ -19,7 +19,7 @@ func (c *category) OtoSaas(ctx context.Context, args string) (reply string, err } // Kuaidi100 @Title 快递100回调 -func (c *category) Kuaidi100(ctx context.Context, args string) (reply string, err error) { +func (c *callback) Kuaidi100(ctx context.Context, args string) (reply string, err error) { xClient, err := client.GetClient(c) if err != nil { return