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)