diff --git a/CoreCms.Net.Web.WebApi/Controllers/UserController.cs b/CoreCms.Net.Web.WebApi/Controllers/UserController.cs index 39d4a1f..7259f3a 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/UserController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/UserController.cs @@ -161,7 +161,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers /// /// [HttpPost] - public async Task GetWxUserId([FromBody] FMWxPost entity) + public async Task UseAnonymousLogin([FromBody] FMWxPost entity) { var jm = new WebApiCallBack();