sunpengfei
2025-12-01 6396dac27ca99e84a2e3c772fb079bceddf67ff8
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");
        }
    }
}