This commit is contained in:
zpc 2025-09-07 21:50:08 +08:00
parent 64571676f0
commit be1e50ca12

View File

@ -161,7 +161,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers
/// <param name="entity"></param>
/// <returns></returns>
[HttpPost]
public async Task<WebApiDto> GetWxUserId([FromBody] FMWxPost entity)
public async Task<WebApiDto> UseAnonymousLogin([FromBody] FMWxPost entity)
{
var jm = new WebApiCallBack();