From e636b255960be7dc7c4773d6256e9054ab598a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 31 Mar 2022 11:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=9C=82=E9=B8=9F=E5=9B=9E?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/fn_callback.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/fn_callback.go b/controllers/fn_callback.go index 79589317a..9784329b6 100644 --- a/controllers/fn_callback.go +++ b/controllers/fn_callback.go @@ -13,7 +13,7 @@ type FnController struct { } // 订单状态 -func (c *FnController) FnOrderStatus() { +func (c *FnController) FnOrder() { if c.Ctx.Input.Method() == http.MethodPost { fmt.Println("开始回调订单状态==========================") msg, callbackResponse := api.FnAPI.GetChainOrderStatusNotify(c.Ctx.Request) @@ -56,7 +56,7 @@ func (c *FnController) FnAbnormal() { } // 门店回掉 -func (c *FnController) FnStoreStatus() { +func (c *FnController) FnStore() { if c.Ctx.Input.Method() == http.MethodPost { fmt.Println("开始回调门店回掉==========================") msg, callbackResponse := api.FnAPI.GetChainstoreStatusNotify(c.Ctx.Request)