现在内置路由单独控制了

This commit is contained in:
2026-05-12 11:48:37 +08:00
parent 4a0caa1079
commit bc4195e984
5 changed files with 51 additions and 29 deletions
-7
View File
@@ -31,11 +31,4 @@ public class SimApiCommonController : SimApiBaseController
{ "App", SimApiUtil.AppVersion }
};
}
/// <summary>
/// 获取已登录用户信息
/// </summary>
/// <returns></returns>
[HttpPost("/user/info"), SimApiAuth, SimApiDoc("认证", "获取已登录用户信息")]
public SimApiLoginItem UserInfo() => LoginInfo;
}