From 2d29bd1f4fc240726aafe4de1ec8600c29bbc518 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Thu, 28 Sep 2023 15:22:01 +0800 Subject: [PATCH] upodate --- app/router/customer_router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/router/customer_router.go b/app/router/customer_router.go index 390b8a4..1ac7591 100644 --- a/app/router/customer_router.go +++ b/app/router/customer_router.go @@ -26,7 +26,7 @@ func CustomerInit(r *gin.RouterGroup) { r.GET("/wxGetAccessToken", hdl.WxGetAccessToken) r.POST("/wxDecryptUserInfo", hdl.WxDecryptUserInfo) r.POST("/wxDecryptMobile", hdl.WxDecryptMobile) - r.POST("/wxPay", hdl.Wx) + r.POST("/wxPay", hdl.WxDecryptMobile) r.POST("/register", hdl.Register) r.POST("/aesDecrypt", hdl.AesDecrypt)