From a79b18d2793aee1eaee9c5e27315872b7300cd91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E5=AE=8F?= <389838709@qq.com> Date: Fri, 2 Aug 2024 16:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E9=80=80=E6=AC=BE+=E9=80=80?= =?UTF-8?q?=E6=AC=BE=E5=8D=95=E6=9F=A5=E8=AF=A2+=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/http/requestmapping/front.go | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app/http/requestmapping/front.go b/app/http/requestmapping/front.go index a4a71ac..a1a93aa 100644 --- a/app/http/requestmapping/front.go +++ b/app/http/requestmapping/front.go @@ -1,11 +1,3 @@ package requestmapping -import ( - "PaymentCenter/app/constants/common" - "PaymentCenter/app/http/entities/front" -) - -var FrontRequestMap = map[string]func() interface{}{ - common.FRONT_API_V1 + "/notify/wx": func() interface{} { return new(front.WxRequest) }, - common.FRONT_API_V1 + "/notify/ali": func() interface{} { return new(front.AliRequest) }, -} +var FrontRequestMap = map[string]func() interface{}{}