This commit is contained in:
18942506660
2024-03-16 10:36:29 +08:00
parent d97c907a80
commit ef27bbe576
2 changed files with 15 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ using WMS.Web.Core.Internal.Results;
namespace WMS.Web.Api.Controllers
{
/// <summary>
/// 前端记录日志
/// </summary>
[Route("api/[controller]")]
[ApiController]
public class ClientLogController : ControllerBase