From 62c5dc296fdfcd4526e9e00e1ba2f3999a13f832 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Mon, 1 Apr 2024 11:37:31 +0800 Subject: [PATCH] update --- 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 b206f23..eddc9bb 100644 --- a/app/router/customer_router.go +++ b/app/router/customer_router.go @@ -72,7 +72,7 @@ func CustomerInit(r *gin.RouterGroup) { } func rTest(r *gin.RouterGroup) { - r.GET("/wxRefunds", test.WxRefundsTest) // 测试-微信退款 + r.GET("/wxRefunds_new", test.WxRefundsTest) // 测试-微信退款 } func rPay(r *gin.RouterGroup) {