From c5226d4d8dc01ab1154d4140542785e3f87ccf4c Mon Sep 17 00:00:00 2001 From: shaoyongjun Date: Tue, 6 Jun 2023 16:36:30 +0800 Subject: [PATCH] to:sync --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index f10a1c8..dda2cc8 100644 --- a/main.go +++ b/main.go @@ -44,6 +44,7 @@ func main() { //健康检测 e.GET("/health", func(c echo.Context) error { return c.JSON(http.StatusOK, "ok") }) e.GET("/name", func(c echo.Context) error { return c.JSON(http.StatusOK, "wx-server") }) + e.GET("/WW_verify_aMVgO6pcg3RRrMvk.txt", func(c echo.Context) error { return c.String(http.StatusOK, "aMVgO6pcg3RRrMvk") }) //user apps.InitUserGroup(e.Group("/user/v1/"))