移动系统liao
2025-06-23 4de81e21e02e4bd30fc60bfd9c2ea9dce02abdb5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using Furion.DynamicApiController;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace FZCTB.NET.API.Application.Auth
{
    /// <summary>
    /// 鉴权服务
    /// </summary>
    [ApiDescriptionSettings("FZCAPISYS", Order = 149)]
    public class AuthService: IDynamicApiController
    {
    }
}