修改命名空间

This commit is contained in:
2026-05-20 09:38:40 +08:00
parent 611808787e
commit 3b405079c1
11 changed files with 139 additions and 56 deletions
+8
View File
@@ -31,4 +31,12 @@ public class SimApiCommonController : SimApiBaseController
{ "App", SimApiUtil.AppVersion }
};
}
/// <summary>
/// 获取已登录用户信息
/// </summary>
/// <returns></returns>
[HttpPost, SimApiAuth, SimApiDoc("认证", "获取已登录用户信息")]
public SimApiLoginItem UserInfo() => LoginInfo;
}