[会员管理]-移除

This commit is contained in:
2026-04-15 10:22:33 +08:00
parent 979751f719
commit c01e6430db
40 changed files with 19 additions and 2862 deletions

View File

@@ -170,7 +170,7 @@ if (!function_exists('get_controller_path')) {
* 从 Request 或路由获取控制器路径(等价于 ThinkPHP controllerPath
* 优先从 $request->controllerWebman 路由匹配时设置)解析,否则从 path 解析
* @param \Webman\Http\Request|null $request
* @return string|null 如 auth/admin、user/user
* @return string|null 如 auth/admin
*/
function get_controller_path($request = null): ?string
{