调整用户会员类型管理控制器

This commit is contained in:
mkm 2024-06-29 14:56:22 +08:00
parent ab018ba12d
commit a4fdbc5256

View File

@ -90,6 +90,4 @@ class UserShipController extends BaseAdminController
$result = UserShipLogic::detail($params);
return $this->data($result);
}
}
}