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"); } } }