From 6396dac27ca99e84a2e3c772fb079bceddf67ff8 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 01 十二月 2025 18:17:45 +0800
Subject: [PATCH] feat:开发

---
 ApiTools.Web.Entry/Controllers/WxmpController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ApiTools.Web.Entry/Controllers/WxmpController.cs b/ApiTools.Web.Entry/Controllers/WxmpController.cs
index f0d163c..a3711b4 100644
--- a/ApiTools.Web.Entry/Controllers/WxmpController.cs
+++ b/ApiTools.Web.Entry/Controllers/WxmpController.cs
@@ -66,7 +66,7 @@
             command.Code = code;
             command.OpenId = query.openid;
             await mediator.Send(command);
-            return Content(query.echostr);
+            return Content("success");
         }
     }
 }

--
Gitblit v1.9.1