quanwei
2025-11-28 3ea53e61cc23fdb3ddf8b38a199ca60a6da8c407
admin/app/api/controller/plus/vip/User.php
@@ -39,7 +39,10 @@
    {
        // 是否为VIP用户
        $is_vip = $this->isVipUser();
        if ($is_vip) {
            event('VipUserGrade', $this->user['user_id']);
            $this->vip = VipUserModel::detail($this->user['user_id']);
        }
        return $this->renderSuccess('', [
            // 当前是否为VIP用户
            'is_vip' => $is_vip,