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) {