From df3c9848697ae660230802c7302aeec2f177eaf5 Mon Sep 17 00:00:00 2001 From: kanade Date: Mon, 9 May 2022 16:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=8B=E5=8D=95=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/api/mobile/order/submit.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/api/mobile/order/submit.go b/internal/api/mobile/order/submit.go index c3c5af5..c88728c 100755 --- a/internal/api/mobile/order/submit.go +++ b/internal/api/mobile/order/submit.go @@ -34,8 +34,6 @@ type submitOrderParam struct { func SubmitOrder(c *gin.Context) { var p submitOrderParam - back.Fail(c, "左家右厨app已停止服务,感谢您的支持!") - return err := tools.ParseParams(&p, c) if err != nil { back.Fail(c, err.Error())