FileMonitor
洁 任 2024-11-13 10:44:00 +08:00
parent 87dcd9c94d
commit 623c858b01
1 changed files with 4 additions and 2 deletions

View File

@ -8,13 +8,15 @@ using OpenAuth.Repository.Domain;
namespace OpenAuth.WebApi.Controllers.BaseControllers
{
/// <summary>
/// 日 期: 2024-07-06
/// 日 期: 2024-07-06 先祖
/// 描 述: 站内消息
/// </summary>
[Route("api/[controller]/[action]")]
[ApiController]
public class ImMsgController
{
{
private readonly ImMsgApp _app;
IAuth _auth;
public ImMsgController(ImMsgApp app, IAuth auth)